aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/command_line.textile
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-06-16 22:48:47 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-06-16 22:49:06 +0530
commit7c2db6ce37aa37014ad216e0f5070c6b147382e7 (patch)
tree447634836c15846f6c82ecadacee74eb08fe0401 /railties/guides/source/command_line.textile
parentbfb022adae4b8f6ba35872531bc5774b72fbe467 (diff)
downloadrails-7c2db6ce37aa37014ad216e0f5070c6b147382e7.tar.gz
rails-7c2db6ce37aa37014ad216e0f5070c6b147382e7.tar.bz2
rails-7c2db6ce37aa37014ad216e0f5070c6b147382e7.zip
add info that plugin installs need git or svn installed
Diffstat (limited to 'railties/guides/source/command_line.textile')
-rw-r--r--railties/guides/source/command_line.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/command_line.textile b/railties/guides/source/command_line.textile
index b42fdac7e4..dd21fb0e93 100644
--- a/railties/guides/source/command_line.textile
+++ b/railties/guides/source/command_line.textile
@@ -292,7 +292,7 @@ You can also use the alias "db" to invoke the dbconsole: <tt>rails db</tt>.
h4. +rails plugin+
-The +rails plugin+ command simplifies plugin management; think a miniature version of the Gem utility.
+The +rails plugin+ command simplifies plugin management. Plugins can be installed by name or their repository urls. You need to have git installed if you want to install a plugin from a git repo. The same holds for Subversion too.
<shell>
$ rails plugin install https://github.com/technoweenie/acts_as_paranoid.git