summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2020-10-01 12:14:14 +0200
committerxengineering <mail2xengineering@protonmail.com>2020-10-01 12:14:14 +0200
commit71b99884e210c07df51489f1b442831970ec8697 (patch)
tree708ddd40265e335ded870c67d467af6b363b704d
parent91d608dbb3454569a74441c32e2ba64088ad07ae (diff)
downloaddotfiles-71b99884e210c07df51489f1b442831970ec8697.tar
dotfiles-71b99884e210c07df51489f1b442831970ec8697.tar.zst
dotfiles-71b99884e210c07df51489f1b442831970ec8697.zip
Add Update Documentation
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4d0e959..6c44f52 100644
--- a/README.md
+++ b/README.md
@@ -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
+```
+