aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
diff options
context:
space:
mode:
authorJonathan Roes <jroes@jroes.net>2018-04-30 10:28:01 -0400
committerGitHub <noreply@github.com>2018-04-30 10:28:01 -0400
commit5a7fadf68410638afb229bf51e209f3e1677a6ab (patch)
tree0607cf288f0feb10a3d947efb894faf82f4876d9 /guides/source/getting_started.md
parent21adf4f4c4f1dc78134c70f610bf999fb88964fb (diff)
downloadrails-5a7fadf68410638afb229bf51e209f3e1677a6ab.tar.gz
rails-5a7fadf68410638afb229bf51e209f3e1677a6ab.tar.bz2
rails-5a7fadf68410638afb229bf51e209f3e1677a6ab.zip
Remove reference to Tokaido
Diffstat (limited to 'guides/source/getting_started.md')
-rw-r--r--guides/source/getting_started.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index 5b6cfe6659..9dab7a9d6f 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -93,11 +93,9 @@ ruby 2.5.0
Rails requires Ruby version 2.4.1 or later. If the version number returned is
less than that number, you'll need to install a fresh copy of Ruby.
-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 macOS 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/).
+TIP: To quickly install Ruby and Ruby on Rails on your system in Windows, you can use
+[Rails Installer](http://railsinstaller.org). For more installation methods for most
+Operating Systems take a look at [ruby-lang.org](https://www.ruby-lang.org/en/documentation/installation/).
If you are working on Windows, you should also install the
[Ruby Installer Development Kit](https://rubyinstaller.org/downloads/).