diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-10-01 12:14:14 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-10-01 12:14:14 +0200 |
commit | 71b99884e210c07df51489f1b442831970ec8697 (patch) | |
tree | 708ddd40265e335ded870c67d467af6b363b704d | |
parent | 91d608dbb3454569a74441c32e2ba64088ad07ae (diff) | |
download | dotfiles-71b99884e210c07df51489f1b442831970ec8697.tar dotfiles-71b99884e210c07df51489f1b442831970ec8697.tar.zst dotfiles-71b99884e210c07df51489f1b442831970ec8697.zip |
Add Update Documentation
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -5,8 +5,7 @@ A Git repository to track my personal GNU/Linux dotfiles. ## Usage -Install these dotfiles to the current user on a new system like this: - +### Installation ```bash cd ~ # switch to home folder git clone --bare https://github.com/xengineering/dotfiles.git # clone the bare repository @@ -15,3 +14,8 @@ Install these dotfiles to the current user on a new system like this: logout # you have to log in again to make the changes take effect ``` +### Update +```bash + dot pull +``` + |