aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/getting_started.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-02-08 09:40:37 +0100
committerXavier Noria <fxn@hashref.com>2010-02-08 09:40:37 +0100
commit6a6644742f81b1f7a8b8f35f43873bbf8827f1f1 (patch)
tree93c5c14e8e2b7fae9eb1b371ac1c2de415dae9af /railties/guides/source/getting_started.textile
parent8b4db93ca3d50d88022fd2aac3a06bafca631c73 (diff)
downloadrails-6a6644742f81b1f7a8b8f35f43873bbf8827f1f1.tar.gz
rails-6a6644742f81b1f7a8b8f35f43873bbf8827f1f1.tar.bz2
rails-6a6644742f81b1f7a8b8f35f43873bbf8827f1f1.zip
getting started guide: move link to Instant Rails to the first occurrence
Diffstat (limited to 'railties/guides/source/getting_started.textile')
-rw-r--r--railties/guides/source/getting_started.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index fc3bf225e3..f0488ddc90 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -148,7 +148,7 @@ Usually run this as the root user:
NOTE. In the Rails 3.0.0-beta, you will need to manually install the dependencies for Rails itself as a bug in rubygems will cause these to not be installed, see the "3.0 Release Notes":http://guides.rails.info/3_0_release_notes.html for the commands to run.
-TIP. If you're working on Windows, you may find it easier to install Instant Rails. Be aware, though, that "Instant Rails":http://instantrails.rubyforge.org/wiki/wiki.pl releases tend to lag seriously behind the actual Rails version. Also, you will find that Rails development on Windows is overall less pleasant than on other operating systems. If at all possible, we suggest that you install a Linux virtual machine and use that for Rails development, instead of using Windows.
+TIP. If you're working on Windows, you may find it easier to install "Instant Rails":http://instantrails.rubyforge.org/wiki/wiki.pl. Be aware, though, that Instant Rails releases tend to lag seriously behind the actual Rails version. Also, you will find that Rails development on Windows is overall less pleasant than on other operating systems. If at all possible, we suggest that you install a Linux virtual machine and use that for Rails development, instead of using Windows.
h4. Creating the Blog Application