From a8eb26559e794d844b6a45a644902665dde62508 Mon Sep 17 00:00:00 2001 From: Akash Manohar J Date: Wed, 17 Jun 2015 06:15:34 +0530 Subject: [PATCH] Update install instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d888faf5..7d202826 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ git clone https://github.com/HashNuke/asdf.git ~/.asdf Depending on your OS, run the following ```bash # For Ubuntu or other linux distros -echo 'source $HOME/.asdf/asdf.sh' >> ~/.bashrc +echo '. $HOME/.asdf/asdf.sh' >> ~/.bashrc # OR for Max OSX -echo 'source $HOME/.asdf/asdf.sh' >> ~/.bash_profile +echo '. $HOME/.asdf/asdf.sh' >> ~/.bash_profile ``` If you use zsh or any other shell, replace `.bashrc` with the config file for the respective shell.