diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2018-04-30 12:01:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-30 12:01:52 -0400 |
commit | 8d4e0ab33d5aa4ad46bc648a0636aa788df828cb (patch) | |
tree | 0607cf288f0feb10a3d947efb894faf82f4876d9 /guides/source | |
parent | 21adf4f4c4f1dc78134c70f610bf999fb88964fb (diff) | |
parent | 5a7fadf68410638afb229bf51e209f3e1677a6ab (diff) | |
download | rails-8d4e0ab33d5aa4ad46bc648a0636aa788df828cb.tar.gz rails-8d4e0ab33d5aa4ad46bc648a0636aa788df828cb.tar.bz2 rails-8d4e0ab33d5aa4ad46bc648a0636aa788df828cb.zip |
Merge pull request #32764 from jroes/patch-1
Remove reference to Tokaido
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/getting_started.md | 8 |
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/). |