fix readme 2nd try
This commit is contained in:
parent
73698d0d9d
commit
cd7a9c526a
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ cd "$HOME/.dotfiles"
|
|||
./install.sh
|
||||
```
|
||||
## Updating
|
||||
This will remove all related files, pull and then link everything again. \
|
||||
This will remove all related files, pull and then link everything again.
|
||||
```bash
|
||||
cd "$HOME/.dotfiles"
|
||||
./uninstall.sh
|
||||
|
@ -48,7 +48,7 @@ git pull
|
|||
./install.sh
|
||||
```
|
||||
## Uninstalling
|
||||
This will reset all programs to their original state and remove ~/.dotfiles completely. \
|
||||
This will reset all programs to their original state and remove ~/.dotfiles completely.
|
||||
```bash
|
||||
cd "$HOME/.dotfiles"
|
||||
env REMOVE_REPOSITORIES=true ./uninstall.sh
|
||||
|
|
Loading…
Reference in a new issue