diff --git a/README.md b/README.md index 2f8ffd0..1709a5d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Almost all of code come from rbenv. Thanks a lot! ## INSTALL $ git clone https://github.com/riywo/ndenv ~/.ndenv - $ echo 'export PATH="$HOME/.ndenv/bin:$PATH"' >> ~/.bash_profile + $ echo 'export PATH="$HOME/.ndenv/bin:$HOME/.ndenv/shims:$PATH"' >> ~/.bash_profile $ echo 'eval "$(ndenv init -)"' >> ~/.bash_profile $ exec $SHELL -l