Fix numbering

This commit is contained in:
Thomas Ritter 2024-07-15 19:56:13 +02:00 committed by GitHub
parent d6e547b94e
commit 873e0249a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,13 +60,13 @@ On systems with Homebrew package manager, the “Using Package Managers” metho
sudo dnf install rbenv sudo dnf install rbenv
``` ```
3. Set up your shell to load rbenv. 2. Set up your shell to load rbenv.
```sh ```sh
rbenv init 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). That's it! You are now ready to [install some Ruby versions](#installing-ruby-versions).