From 60c85e502c9e8be392d3b14bb0627e36a7e7884a Mon Sep 17 00:00:00 2001 From: James Dixon Date: Mon, 9 May 2022 18:54:55 -0400 Subject: [PATCH] Change order of README --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) 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 + +---