From a1436f562b02ebde84eed61fff546eeb477a4130 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Sun, 26 Nov 2023 13:27:11 +0100 Subject: [PATCH] New update information --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index c7a4d99..3b29730 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,21 @@ cd dotfiles ``` ### Update with GIT (Rolling Release of main branch) +``` +# 1.) Change into your Downloads folder +cd ~/Downloads/dotfiles + +# 2.) Pull the latest version and update the repository +git stash; git pull + +# 3.) Start the installation to update +./install.sh + +``` + +### Update with GIT (Rolling Release of main branch) + +You can also update by deleting the ~/Downloads/dotfiles folder and clone again. ``` # 1.) Change into your Downloads folder