fix readme 2nd try

This commit is contained in:
JeremyStar™ 2023-12-09 15:28:15 +01:00
parent 73698d0d9d
commit cd7a9c526a

View file

@ -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