mirror of
https://github.com/rbenv/rbenv.git
synced 2024-12-28 20:55:38 +01:00
Fix numbering
This commit is contained in:
parent
d6e547b94e
commit
873e0249a5
1 changed files with 2 additions and 2 deletions
|
@ -60,13 +60,13 @@ On systems with Homebrew package manager, the “Using Package Managers” metho
|
|||
sudo dnf install rbenv
|
||||
```
|
||||
|
||||
3. Set up your shell to load rbenv.
|
||||
2. Set up your shell to load rbenv.
|
||||
|
||||
```sh
|
||||
rbenv init
|
||||
```
|
||||
|
||||
4. Close your Terminal window and open a new one so your changes take effect.
|
||||
3. Close your Terminal window and open a new one so your changes take effect.
|
||||
|
||||
That's it! You are now ready to [install some Ruby versions](#installing-ruby-versions).
|
||||
|
||||
|
|
Loading…
Reference in a new issue