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
|
./install.sh
|
||||||
```
|
```
|
||||||
## Updating
|
## 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
|
```bash
|
||||||
cd "$HOME/.dotfiles"
|
cd "$HOME/.dotfiles"
|
||||||
./uninstall.sh
|
./uninstall.sh
|
||||||
|
@ -48,7 +48,7 @@ git pull
|
||||||
./install.sh
|
./install.sh
|
||||||
```
|
```
|
||||||
## Uninstalling
|
## 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
|
```bash
|
||||||
cd "$HOME/.dotfiles"
|
cd "$HOME/.dotfiles"
|
||||||
env REMOVE_REPOSITORIES=true ./uninstall.sh
|
env REMOVE_REPOSITORIES=true ./uninstall.sh
|
||||||
|
|
Loading…
Reference in a new issue