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: Setting up this configuration is as simple as it gets:
``` bash ``` bash
git clone https://git.nold.in/nold/homedir-config ~/.homedir-config git clone https://git.nold.in/nold/homedir-config ~/.config/homedir
bash ~/.homedir-config/setup.sh cd ~/.config/homedir && bash setup.sh
``` ```
## Update ## Update
@ -16,5 +16,5 @@ bash ~/.homedir-config/setup.sh
Updates all git-repos, vim Plugins, etc. Updates all git-repos, vim Plugins, etc.
``` bash ``` bash
bash ~/.homedir-config/update.sh bash ~/.config/homedir/update.sh
``` ```