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:
|
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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue