mirror of
https://github.com/rbenv/rbenv.git
synced 2025-09-11 22:22:15 +02:00
Installation Step 1 is a one liner
Not a big change, just thought it's always good to make it easier for a beginner
This commit is contained in:
parent
6778c8e905
commit
183c780698
1 changed files with 1 additions and 2 deletions
|
@ -92,8 +92,7 @@ easy to fork and contribute any changes back upstream.
|
||||||
|
|
||||||
1. Check out rbenv into `~/.rbenv`.
|
1. Check out rbenv into `~/.rbenv`.
|
||||||
|
|
||||||
$ cd
|
$ git clone git://github.com/sstephenson/rbenv.git ~/.rbenv
|
||||||
$ git clone git://github.com/sstephenson/rbenv.git .rbenv
|
|
||||||
|
|
||||||
2. Add `~/.rbenv/bin` to your `$PATH` for access to the `rbenv`
|
2. Add `~/.rbenv/bin` to your `$PATH` for access to the `rbenv`
|
||||||
command-line utility.
|
command-line utility.
|
||||||
|
|
Loading…
Reference in a new issue