Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Clarify installing --without in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Mar 15, 2010
1 parent d1ebed3 commit a681b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -79,7 +79,7 @@ Note that Bundler adds all the gems without an explicit group name to the
Groups are involved in a number of scenarios:

1. When installing gems using bundle install, you can choose to leave
out any group by specifying `--without {group name}`. This can be
out any group by specifying `--without group1 group2`. This can be
helpful if, for instance, you have a gem that you cannot compile
in certain environments.
2. When setting up load paths using Bundler.setup, Bundler will, by
Expand Down

0 comments on commit a681b38

Please sign in to comment.