Installing RoR on WSL
Installation instructions for wsl: https://docs.microsoft.com/en-us/windows/wsl/install-win10
Assuming wsl is already installed and the terminal is up and running.
First install some dependecies
sudo apt-get update
sudo apt-get install git-core curl ...
blog.femilawal.com2 min read