Change order of README

This commit is contained in:
James Dixon 2022-05-09 18:54:55 -04:00
parent 0e5fc9e4a9
commit 60c85e502c

View File

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