Fixed installation instructions

This commit is contained in:
Norbert Melzer 2016-03-10 11:18:29 +01:00
parent c74f4a215d
commit ae221eb8eb

View File

@ -16,11 +16,11 @@ Depending on your OS, run the following
```bash
# For Ubuntu or other linux distros
echo '. $HOME/.asdf/asdf.sh' >> ~/.bashrc
echo '. $HOME/.asdf/completions/asdf.bash >> ~/.bashrc'
echo '. $HOME/.asdf/completions/asdf.bash' >> ~/.bashrc
# OR for Max OSX
echo '. $HOME/.asdf/asdf.sh' >> ~/.bash_profile
echo '. $HOME/.asdf/completions/asdf.bash >> ~/.bash_profile'
echo '. $HOME/.asdf/completions/asdf.bash' >> ~/.bash_profile
```
If you use zsh or any other shell, replace `.bashrc` with the config file for the respective shell.