From fb9cd0fa3adf7da1e8d2874ce23e2fa645a9b0cb Mon Sep 17 00:00:00 2001 From: SkyzohKey Date: Thu, 7 Sep 2017 09:01:33 +0200 Subject: [PATCH] Add Solus way to install ruby --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bd166cdf..cb2323d0 100644 --- a/README.md +++ b/README.md @@ -2023,6 +2023,10 @@ Arch Linux: $ sudo pacman -S ruby +Solus: + + $ sudo eopkg it ruby + #### Ruby versioning tools Alternatively, you can use a Ruby version management tool such as [rvm](https://rvm.io/rvm/install/), [rbenv](http://rbenv.org/) or [chruby](https://github.com/postmodern/chruby). This is only recommended if you need to run multiple versions of Ruby.