Skip to content

Commit

Permalink
Indent README snippet properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Bühlmann committed Aug 7, 2014
1 parent fd195c6 commit 893e422
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ This would execute the following bundle command on all servers
(actual paths depend on the real deploy directory):

```sh
bundle install \
--binstubs /my_app/shared/bin \
--gemfile /my_app/releases/20130623094732/MyGemfile \
--path /my_app/shared/bundle \
--without development test \
--deployment --quiet
$ bundle install \
--binstubs /my_app/shared/bin \
--gemfile /my_app/releases/20130623094732/MyGemfile \
--path /my_app/shared/bundle \
--without development test \
--deployment --quiet
```

If any option is set to `nil` it will be excluded from the final bundle command.
Expand Down

0 comments on commit 893e422

Please sign in to comment.