From ae221eb8eb8397bb82923b651b91cd0b6082152f Mon Sep 17 00:00:00 2001 From: Norbert Melzer Date: Thu, 10 Mar 2016 11:18:29 +0100 Subject: [PATCH] Fixed installation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bced1123..b191c7c7 100644 --- a/README.md +++ b/README.md @@ -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.