From 7eea4b28857e5a710892ab81cde9906b522b9258 Mon Sep 17 00:00:00 2001 From: John Whitley Date: Wed, 12 Aug 2015 11:45:20 -0700 Subject: [PATCH] Add .ndenv/shims to the PATH update suggestions Fixes #6. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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