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

Commit

Permalink
bin should be exe in alias dbundle instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Jul 21, 2015
1 parent 1bc75e0 commit edff91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Expand Up @@ -29,7 +29,7 @@ Bundler doesn't use a Gemfile to list development dependencies, because when we

3. Set up a shell alias to run Bundler from your clone, e.g. a Bash alias:

$ alias dbundle='ruby -I /path/to/bundler/lib /path/to/bundler/bin/bundle'
$ alias dbundle='ruby -I /path/to/bundler/lib /path/to/bundler/exe/bundle'

With that set up, you can test changes you've made to Bundler by running `dbundle`, without interfering with the regular `bundle` command.

Expand Down

0 comments on commit edff91d

Please sign in to comment.