diff --git a/README.md b/README.md index 74592c8..6fcdd6d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # Dotfiles A collection of config files and scripts for Fedora GNU/Linux. + +## Install + +Run the following command to install + +```sh +cd ~ && git clone git@github.com:AquaMorph/dotfiles.git && sh ~/dotfiles/scripts/install.sh +```