summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8eb5424..3dc6114 100644
--- a/README.md
+++ b/README.md
@@ -54,10 +54,11 @@ Finally you should link some configuration files from programs which expect
their config file in `~` instead of `~/.config`:
```bash
- ln -s ~/.config/.bash_profile ~/.bash_profile
- ln -s ~/.config/.bashrc ~/.bashrc
- ln -s ~/.config/.vimrc ~/.vimrc
- ln -s ~/.config/.zshrc ~/.zshrc
+ cd ~
+ ln -s .config/.bash_profile .bash_profile
+ ln -s .config/.bashrc .bashrc
+ ln -s .config/.vimrc .vimrc
+ ln -s .config/.zshrc .zshrc
```
## Update