aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-06-29 21:22:08 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-06-29 21:22:08 -0300
commit1a433020bbdf365623172f1d88fc0ec6d251c5fc (patch)
tree38e1b70c954b33ec023ad955125371dc2de67041 /guides/source/getting_started.md
parent470519d6b7acc9c17c2cf8f0623f2eeb762b007a (diff)
parent1b1afc62f8d39200b3ebffe72b449f0893f4fffa (diff)
downloadrails-1a433020bbdf365623172f1d88fc0ec6d251c5fc.tar.gz
rails-1a433020bbdf365623172f1d88fc0ec6d251c5fc.tar.bz2
rails-1a433020bbdf365623172f1d88fc0ec6d251c5fc.zip
Merge pull request #20734 from srikanthps/master
To fix #20644
Diffstat (limited to 'guides/source/getting_started.md')
-rw-r--r--guides/source/getting_started.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index b5054549e2..11051f71c2 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -23,7 +23,8 @@ application from scratch. It does not assume that you have any prior experience
with Rails. However, to get the most out of it, you need to have some
prerequisites installed:
-* The [Ruby](https://www.ruby-lang.org/en/downloads) language version 2.2.2 or newer.
+* The [Ruby](https://www.ruby-lang.org/en/downloads) language version 2.2.2 or newer.
+* Right version of [Development Kit](http://rubyinstaller.org/downloads/), if you are using Windows
* The [RubyGems](https://rubygems.org) packaging system, which is installed with Ruby
versions 1.9 and later. To learn more about RubyGems, please read the [RubyGems Guides](http://guides.rubygems.org).
* A working installation of the [SQLite3 Database](https://www.sqlite.org).