From 1ab599cb765af8f587e918c7dea302248690001c Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Mon, 3 Jun 2024 20:13:35 +0200 Subject: [PATCH] Update README managing section --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca0de031..298dbbad 100644 --- a/README.md +++ b/README.md @@ -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"