fix(README.md)
This commit is contained in:
parent
9461bea4ff
commit
6204fdb7c9
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue