summaryrefslogtreecommitdiff
path: root/README.md
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
commitf097a5687031b1a32dfa1f1ad8169c33472c6ade (patch)
tree708ddd40265e335ded870c67d467af6b363b704d /README.md
parentad86ba5c0d1b9a58980848d8a849a1e9842cd7c0 (diff)
downloaddotfiles-f097a5687031b1a32dfa1f1ad8169c33472c6ade.tar
dotfiles-f097a5687031b1a32dfa1f1ad8169c33472c6ade.tar.zst
dotfiles-f097a5687031b1a32dfa1f1ad8169c33472c6ade.zip
Add Update Documentation
Diffstat (limited to 'README.md')
-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
+```
+