Update Ruby on Rails Installation Guide authored by Patrick Seib (pks673)'s avatar Patrick Seib (pks673)
...@@ -29,3 +29,12 @@ Which should return "3.3.9...." the date, and other characters ...@@ -29,3 +29,12 @@ Which should return "3.3.9...." the date, and other characters
**Step 4: Installing Rails** **Step 4: Installing Rails**
In your command prompt, type In your command prompt, type
gem install rails
And that's it! Verify once everything is installed with
rails --version
Which should return something like "Rails 7.0.4" or something similar.
That's it! We did it. Now to get a sample project running and see the power of rails, go to https://guides.rubyonrails.org/getting_started.html and have fun.
\ No newline at end of file