mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
"Usage" -> "Command Reference"
This commit is contained in:
parent
9a284a3da4
commit
7e85ae7bd2
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ bulletproof deployments.
|
||||||
* [Homebrew on Mac OS X](#homebrew-on-mac-os-x)
|
* [Homebrew on Mac OS X](#homebrew-on-mac-os-x)
|
||||||
* [Neckbeard Configuration](#neckbeard-configuration)
|
* [Neckbeard Configuration](#neckbeard-configuration)
|
||||||
* [Uninstalling Ruby Versions](#uninstalling-ruby-versions)
|
* [Uninstalling Ruby Versions](#uninstalling-ruby-versions)
|
||||||
* [Usage](#usage)
|
* [Command Reference](#command-reference)
|
||||||
* [rbenv global](#rbenv-global)
|
* [rbenv global](#rbenv-global)
|
||||||
* [rbenv local](#rbenv-local)
|
* [rbenv local](#rbenv-local)
|
||||||
* [rbenv shell](#rbenv-shell)
|
* [rbenv shell](#rbenv-shell)
|
||||||
|
@ -225,7 +225,7 @@ The [ruby-build](https://github.com/sstephenson/ruby-build) plugin
|
||||||
provides an `rbenv uninstall` command to automate the removal
|
provides an `rbenv uninstall` command to automate the removal
|
||||||
process.
|
process.
|
||||||
|
|
||||||
## Usage ##
|
## Command Reference ##
|
||||||
|
|
||||||
Like `git`, the `rbenv` command delegates to subcommands based on its
|
Like `git`, the `rbenv` command delegates to subcommands based on its
|
||||||
first argument. The most common subcommands are:
|
first argument. The most common subcommands are:
|
||||||
|
|
Loading…
Reference in a new issue