diff --git a/README.md b/README.md index 4f73341..5d83a32 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,13 @@ my dotfiles to their correct locations in my `$HOME` directory. ## Installing `stow` +## Cloning this repo + +```bash +git clone https://github.com/lemonase/dotfiles.git +cd dotfiles/files +``` + ### Ubuntu/Debian ```bash @@ -29,13 +36,6 @@ pacman -S stow brew install stow ``` -## Cloning this repo - -```bash -git clone https://github.com/lemonase/dotfiles.git -cd dotfiles/files -``` - ### Installing symlinks ```bash @@ -69,3 +69,5 @@ WARNING! stowing git would cause conflicts: ### Solution Delete or move file in question + +---