mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-04 05:03:41 -05:00
Undo collapsable installation instructions
The resulting UI seemed simpler but was harder to interact with.
This commit is contained in:
parent
acdd8a95bd
commit
009ef3a2db
1 changed files with 0 additions and 14 deletions
14
README.md
14
README.md
|
@ -23,13 +23,8 @@ The simplicity of rbenv has its benefits, but also some downsides. See the [comp
|
|||
|
||||
On systems with Homebrew package manager, the “Using Package Managers” method is recommended. On other systems, “Basic Git Checkout” might be the easiest way of ensuring that you are always installing the latest version of rbenv.
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
|
||||
### Using Package Managers
|
||||
|
||||
</summary>
|
||||
|
||||
1. Install rbenv using one of the following approaches.
|
||||
|
||||
#### Homebrew
|
||||
|
@ -67,15 +62,8 @@ On systems with Homebrew package manager, the “Using Package Managers” metho
|
|||
|
||||
That's it! You are now ready to [install some Ruby versions](#installing-ruby-versions).
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
|
||||
### Basic Git Checkout
|
||||
|
||||
</summary>
|
||||
|
||||
> **Note**
|
||||
> For a more automated install, you can use [rbenv-installer](https://github.com/rbenv/rbenv-installer#rbenv-installer). If you do not want to execute scripts downloaded from a web URL or simply prefer a manual approach, follow the steps below.
|
||||
|
||||
|
@ -115,8 +103,6 @@ This will get you going with the latest version of rbenv without needing a syste
|
|||
|
||||
3. Restart your shell so that these changes take effect. (Opening a new terminal tab will usually do it.)
|
||||
|
||||
</details>
|
||||
|
||||
### Installing Ruby versions
|
||||
|
||||
The `rbenv install` command does not ship with rbenv out-of-the-box, but is provided by the [ruby-build][] plugin.
|
||||
|
|
Loading…
Reference in a new issue