Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,11 @@ brew install chruby --HEAD

### Arch Linux

chruby is already included in the [AUR]:
chruby is already included in the [AUR], you can install it using [your favorite helper][aur-helpers].
For example:

```shell
yaourt -S chruby
yay -S chruby
```

### Fedora Linux
Expand Down Expand Up @@ -401,6 +402,7 @@ Switch to an arbitrary Ruby on the fly:
[PGP]: http://en.wikipedia.org/wiki/Pretty_Good_Privacy
[homebrew]: http://brew.sh/
[AUR]: https://aur.archlinux.org/packages/chruby/
[aur-helpers]: https://wiki.archlinux.org/index.php/AUR_Helpers
[FreeBSD ports collection]: https://www.freshports.org/devel/chruby/
[ruby-install]: https://github.com/postmodern/ruby-install#readme
[ruby-build]: https://github.com/sstephenson/ruby-build#readme
Expand Down