Update README managing section
This commit is contained in:
parent
1c887ee342
commit
1ab599cb76
1 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,7 @@ Running `install.sh` or `uninstall.sh` will delete and change some things in you
|
|||
|
||||
## Managing
|
||||
### Installing
|
||||
This will remove all related files and install some software.
|
||||
These commands will remove some files and install software.
|
||||
|
||||
```bash
|
||||
git clone https://git.staropensource.de/JeremyStarTM/punktdateien.git "${HOME}/.dotfiles"
|
||||
|
@ -13,13 +13,14 @@ cd "${HOME}/.dotfiles"
|
|||
bin/install-software
|
||||
```
|
||||
### Updating
|
||||
This will remove all related files, pull and then link everything again – automatically. \
|
||||
These commands will remove some files, pull changes and link everything again. \
|
||||
Make sure to execute `dotfiles-install-software [-gui]` after updating.
|
||||
|
||||
```bash
|
||||
dotfiles-updater
|
||||
```
|
||||
### Uninstalling
|
||||
This will reset all programs to their original state and remove `~/.dotfiles` completely.
|
||||
This will remove all installed files & directories and remove `~/.dotfiles` completely.
|
||||
|
||||
```bash
|
||||
cd "${HOME}/.dotfiles"
|
||||
|
|
Loading…
Reference in a new issue