aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/README
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-07-21 11:56:28 +0200
committerJosé Valim <jose.valim@gmail.com>2010-07-21 11:56:28 +0200
commitf1082bd51eb575f22f86b78f347ab75a4b2bff1a (patch)
tree9ca5312e1272b726bada31f31ea7d5965c9968ef /actionpack/README
parentc565f0060aab85db60390220679c5df419998f9e (diff)
downloadrails-f1082bd51eb575f22f86b78f347ab75a4b2bff1a.tar.gz
rails-f1082bd51eb575f22f86b78f347ab75a4b2bff1a.tar.bz2
rails-f1082bd51eb575f22f86b78f347ab75a4b2bff1a.zip
Remove old install.rb files.
Diffstat (limited to 'actionpack/README')
-rw-r--r--actionpack/README17
1 files changed, 4 insertions, 13 deletions
diff --git a/actionpack/README b/actionpack/README
index 1a59f728cc..20cc09c26f 100644
--- a/actionpack/README
+++ b/actionpack/README
@@ -366,22 +366,13 @@ an URL such as /weblog/5 (where 5 is the id of the post).
== Download
-The latest version of Action Pack can be found at
+The latest version of Action Pack can be installed with Rubygems:
-* http://rubyforge.org/project/showfiles.php?group_id=249
+* gem install actionpack
-Documentation can be found at
+Documentation can be found at
-* http://api.rubyonrails.com
-
-
-== Installation
-
-You can install Action Pack with the following command.
-
- % [sudo] ruby install.rb
-
-from its distribution directory.
+* http://api.rubyonrails.org
== License