aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2015-08-12 14:20:47 +0930
committerMatthew Draper <matthew@trebex.net>2015-08-12 14:20:47 +0930
commitaea7e93ba45ac660f3cadbfca5822e207ce880e8 (patch)
tree88eda422d1ef018922e9bc2552d249e3ff1b08df /guides
parentcbf1617015091ed76345e8501a2bb234b3567a31 (diff)
parent5d11fc486662f3252c65804a64ecc1abe310b5ad (diff)
downloadrails-aea7e93ba45ac660f3cadbfca5822e207ce880e8.tar.gz
rails-aea7e93ba45ac660f3cadbfca5822e207ce880e8.tar.bz2
rails-aea7e93ba45ac660f3cadbfca5822e207ce880e8.zip
Merge pull request #21204 from brooksreese/ruby_v_before_tip
[ci skip] Swap ruby -v and the installation tip
Diffstat (limited to 'guides')
-rw-r--r--guides/source/getting_started.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index d51a27812a..a2a4910284 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -92,17 +92,17 @@ Open up a command line prompt. On Mac OS X open Terminal.app, on Windows choose
dollar sign `$` should be run in the command line. Verify that you have a
current version of Ruby installed:
+```bash
+$ ruby -v
+ruby 2.2.2p95
+```
+
TIP: A number of tools exist to help you quickly install Ruby and Ruby
on Rails on your system. Windows users can use [Rails Installer](http://railsinstaller.org),
while Mac OS X users can use [Tokaido](https://github.com/tokaido/tokaidoapp).
For more installation methods for most Operating Systems take a look at
[ruby-lang.org](https://www.ruby-lang.org/en/documentation/installation/).
-```bash
-$ ruby -v
-ruby 2.2.2p95
-```
-
Many popular UNIX-like OSes ship with an acceptable version of SQLite3.
On Windows, if you installed Rails through Rails Installer, you
already have SQLite installed. Others can find installation instructions