README.md: fix nesting.

This commit is contained in:
Mikaela Suomalainen 2014-06-23 18:28:59 +03:00
parent abb85e3393
commit 72f384701e
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ git, curl and wget if you don't have them already and run
wget https://mkaysi.github.io/shell-things/shell-things.bash
source shell-things.bash
shell-things
source ~/.`echo $SHELL|cut -d/ -f3`rc
source ~/.$(echo $SHELL|cut -d/ -f3)rc
```
To upgrade, simply run `shell-things`.