diff options
author | Robin Dupret <robin.dupret@gmail.com> | 2014-05-04 15:28:41 +0200 |
---|---|---|
committer | Robin Dupret <robin.dupret@gmail.com> | 2014-05-04 15:31:04 +0200 |
commit | 275fdef8867e774e18aa9a3276c6f94a96b76a91 (patch) | |
tree | 08ef4f2b0e242b06a780024a24561b1d3df70eef /guides/source | |
parent | 52d9746119f07bcb2182f39e539add9b20199ce6 (diff) | |
download | rails-275fdef8867e774e18aa9a3276c6f94a96b76a91.tar.gz rails-275fdef8867e774e18aa9a3276c6f94a96b76a91.tar.bz2 rails-275fdef8867e774e18aa9a3276c6f94a96b76a91.zip |
Rails One Click is not maintained anymore [ci skip]
Let's tell people that they should rely on Tokaido instead of Rails One
Click.
Fixes #14960.
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/getting_started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index fa964e4450..d1b3e325a6 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -91,7 +91,7 @@ current version of Ruby installed: 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 [Rails One Click](http://railsoneclick.com). +while Mac OS X users can use [Tokaido](https://github.com/tokaido/tokaidoapp). ```bash $ ruby -v |