diff options
author | Pablo Torres <tn.pablo@gmail.com> | 2012-12-02 12:49:29 -0500 |
---|---|---|
committer | Pablo Torres <tn.pablo@gmail.com> | 2012-12-02 14:28:29 -0500 |
commit | 1ba6cddf89070ec16526ab5e37c9c9fc38ede5bb (patch) | |
tree | e2b57d4a05403574a7898fb3f37703e3e7425aa3 /guides/source | |
parent | 2610797d08c2d356e5a2e33f0d3bf6864adeddfc (diff) | |
download | rails-1ba6cddf89070ec16526ab5e37c9c9fc38ede5bb.tar.gz rails-1ba6cddf89070ec16526ab5e37c9c9fc38ede5bb.tar.bz2 rails-1ba6cddf89070ec16526ab5e37c9c9fc38ede5bb.zip |
List instructions in the order to be executed
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/ruby_on_rails_guides_guidelines.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/guides/source/ruby_on_rails_guides_guidelines.md b/guides/source/ruby_on_rails_guides_guidelines.md index 6e3173cdb4..2c3bc686ef 100644 --- a/guides/source/ruby_on_rails_guides_guidelines.md +++ b/guides/source/ruby_on_rails_guides_guidelines.md @@ -62,7 +62,7 @@ HTML Guides ### Generation -To generate all the guides, just `cd` into the **`guides`** directory and execute: +To generate all the guides, just `cd` into the **`guides`** directory, run `bundle install` and execute: ``` bundle exec rake guides:generate @@ -74,8 +74,6 @@ or bundle exec rake guides:generate:html ``` -(You may need to run `bundle install` first to install the required gems.) - To process `my_guide.md` and nothing else use the `ONLY` environment variable: ``` |