press Win(key) + R shortcut
type cmd then ENTER
type git then ENTERpress Win(key) + R shortcut
type cmd ENTER
type ruby --version ENTERpress Win(key) + R shortcut
type sqlite3 then ENTER- Open the cmdline
- run following command
gem install --no-ri --no-rdoc rails
# verify
rails --version- Once the rails has installed letβs create first rails project
rails new blog- FIX: gem install sqlite3 -v β1.4.0ββββsource βhttps://rubygems.org/β
π πͺ Hurray You are DONE
gist -u b94500b09d528c8a0fe3c5df1ea28ca2 setup.org