Skip to content

Commit

Permalink
Add installation instructions to Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
wfarr committed Mar 16, 2011
1 parent 619eca5 commit b070937
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Readme.rdoc
Expand Up @@ -16,6 +16,16 @@ Once you're a bit more comfortable with Moonshine, you'll find our documentation
* Execute commands via sudo
* Access your application's source code repository

== Installation

It's also pretty simple!

$ script/plugin install git://github.com/railsmachine/moonshine.git
# Rails 3
$ script/rails generate moonshine
# Rails 2
$ script/generate moonshine

== Running Tests

It's easy enough:
Expand Down

0 comments on commit b070937

Please sign in to comment.