New update information
This commit is contained in:
parent
df3d7d95e1
commit
a1436f562b
15
README.md
15
README.md
|
@ -36,6 +36,21 @@ cd dotfiles
|
||||||
|
|
||||||
```
|
```
|
||||||
### Update with GIT (Rolling Release of main branch)
|
### 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
|
# 1.) Change into your Downloads folder
|
||||||
|
|
Loading…
Reference in New Issue
Block a user