Add instructions for Fedora installation
This commit is contained in:
parent
3bac268cdb
commit
d6e547b94e
12
README.md
12
README.md
@ -52,13 +52,21 @@ On systems with Homebrew package manager, the “Using Package Managers” metho
|
|||||||
rbenv and you can install it from the AUR using the instructions from this
|
rbenv and you can install it from the AUR using the instructions from this
|
||||||
[wiki page](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_and_upgrading_packages).
|
[wiki page](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_and_upgrading_packages).
|
||||||
|
|
||||||
2. Set up your shell to load rbenv.
|
#### Fedora
|
||||||
|
|
||||||
|
Fedora has an [official package](https://packages.fedoraproject.org/pkgs/rbenv/rbenv/) which you can install:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo dnf install rbenv
|
||||||
|
```
|
||||||
|
|
||||||
|
3. Set up your shell to load rbenv.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
rbenv init
|
rbenv init
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Close your Terminal window and open a new one so your changes take effect.
|
4. 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).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user