Skip to content

Commit

Permalink
update readme to forgo /usr/local/var/rbenv
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkarns committed Mar 27, 2015
1 parent f0ff6e3 commit 4e296a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ This [rbenv](http://rbenv.org/) plugin adds the `rbenv update` command that upda
Simply clone the repository into the plugins directory:

[ -z "$RBENV_ROOT" ] && export RBENV_ROOT="$HOME/.rbenv"
mkdir -p "$RBENV_ROOT/plugins"
git clone https://github.com/rkh/rbenv-update.git "$RBENV_ROOT/plugins/rbenv-update"
mkdir -p "$(rbenv root)/plugins"
git clone https://github.com/rkh/rbenv-update.git "$(rbenv root)/plugins/rbenv-update"

0 comments on commit 4e296a5

Please sign in to comment.