Skip to content

Commit

Permalink
Merge pull request #10 from driehuis/master
Browse files Browse the repository at this point in the history
Quick start improvements
  • Loading branch information
rkh committed Nov 14, 2014
2 parents 1364c4e + 0ebc9bf commit f0ff6e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ This [rbenv](http://rbenv.org/) plugin adds the `rbenv update` command that upda

Simply clone the repository into the plugins directory:

mkdir -p $RBENV_ROOT/plugins
git clone https://github.com/rkh/rbenv-update.git $RBENV_ROOT/plugins/rbenv-update
[ -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"

0 comments on commit f0ff6e3

Please sign in to comment.