fix(README.md)

This commit is contained in:
nold 2020-05-22 15:47:30 +00:00
parent 9461bea4ff
commit 6204fdb7c9
1 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@ Use at your own risk!
Setting up this configuration is as simple as it gets:
``` bash
git clone https://git.nold.in/nold/homedir-config ~/.homedir-config
bash ~/.homedir-config/setup.sh
git clone https://git.nold.in/nold/homedir-config ~/.config/homedir
cd ~/.config/homedir && bash setup.sh
```
## Update
@ -16,5 +16,5 @@ bash ~/.homedir-config/setup.sh
Updates all git-repos, vim Plugins, etc.
``` bash
bash ~/.homedir-config/update.sh
bash ~/.config/homedir/update.sh
```