This project consists of simple and easy to use shell script to install Ruby / Ruby on Rails on your machine
What things you need to install the software and how to install them
Uses gcc-5 to build Ruby
First Clone the project from Github
git clone git@github.com:aadeshere1/ruby-rails-installer.git
After Depending on your Linux OS, Go the folder with the name of your OS on it. For Example if you have arch as your OS
cd ruby-rails-installer/arch
Now make the script Executable
chmod +x rails-installer.sh
Lastly run the script
./rails-installer.sh
- Aadesh Shrestha - Started this project and wrote script for arch linux
- Rabin Gaire - Wrote script for ubuntu linux and macos
- Dipen Ved - Wrote script for fedora
This project is licensed under the MIT License - see the LICENSE file for details