mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 15:46:17 -04:00
suggest cloning rbenv via https instead of git://
This commit is contained in:
parent
81bb14e181
commit
5130b41f5b
|
|
@ -156,7 +156,7 @@ easy to fork and contribute any changes back upstream.
|
|||
1. Check out rbenv into `~/.rbenv`.
|
||||
|
||||
~~~ sh
|
||||
$ git clone git://github.com/sstephenson/rbenv.git ~/.rbenv
|
||||
$ git clone https://github.com/sstephenson/rbenv.git ~/.rbenv
|
||||
~~~
|
||||
|
||||
2. Add `~/.rbenv/bin` to your `$PATH` for access to the `rbenv`
|
||||
|
|
|
|||
Loading…
Reference in a new issue