1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 23:33:45 -05:00

Merge pull request #1331 from AmritD/patch-1

Updated rbenv-doctor url to reflect renaming master branch to main
This commit is contained in:
Jason Karns
2021-05-04 16:22:48 -04:00
committed by GitHub

View File

@@ -274,10 +274,10 @@ a systemwide install.
terminal tab will usually do it.) terminal tab will usually do it.)
5. Verify that rbenv is properly set up using this 5. Verify that rbenv is properly set up using this
[rbenv-doctor](https://github.com/rbenv/rbenv-installer/blob/master/bin/rbenv-doctor) script: [rbenv-doctor](https://github.com/rbenv/rbenv-installer/blob/main/bin/rbenv-doctor) script:
~~~ sh ~~~ sh
$ curl -fsSL https://github.com/rbenv/rbenv-installer/raw/master/bin/rbenv-doctor | bash $ curl -fsSL https://github.com/rbenv/rbenv-installer/raw/main/bin/rbenv-doctor | bash
Checking for `rbenv' in PATH: /usr/local/bin/rbenv Checking for `rbenv' in PATH: /usr/local/bin/rbenv
Checking for rbenv shims in PATH: OK Checking for rbenv shims in PATH: OK
Checking `rbenv install' support: /usr/local/bin/rbenv-install (ruby-build 20170523) Checking `rbenv install' support: /usr/local/bin/rbenv-install (ruby-build 20170523)