Skip to content

Commit

Permalink
add info that plugin installs need git or svn installed
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaydev committed Jun 16, 2011
1 parent bfb022a commit 7c2db6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/command_line.textile
Expand Up @@ -292,7 +292,7 @@ You can also use the alias "db" to invoke the dbconsole: <tt>rails db</tt>.


h4. +rails plugin+ 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> <shell>
$ rails plugin install https://github.com/technoweenie/acts_as_paranoid.git $ rails plugin install https://github.com/technoweenie/acts_as_paranoid.git
Expand Down

0 comments on commit 7c2db6c

Please sign in to comment.