Update README managing section

This commit is contained in:
JeremyStar™ 2024-06-03 20:13:35 +02:00
parent 1c887ee342
commit 1ab599cb76
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

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