diff options
author | Samuel Giddins <segiddins@segiddins.me> | 2017-07-02 16:06:41 +0200 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2017-07-02 16:06:41 +0200 |
commit | 32eb2a38effdca6df339b7da42e2e43a1d9b0087 (patch) | |
tree | 2840d3c7566bd732cee39e1824ff69440133d908 /doc | |
parent | 5e8243ba4845bd87238eb9dfb8ca765683f9229f (diff) | |
download | bundler-32eb2a38effdca6df339b7da42e2e43a1d9b0087.tar.gz |
Add a bin/bundle binstubseg-bundle-binstub
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/SETUP.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/SETUP.md b/doc/development/SETUP.md index d4ec555fef..2f971de92b 100644 --- a/doc/development/SETUP.md +++ b/doc/development/SETUP.md @@ -20,7 +20,7 @@ Bundler doesn't use a Gemfile to list development dependencies, because when we 4. 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/exe/bundle'` + `$ alias dbundle='/path/to/bundler/repo/bin/bundle'` ## Debugging with `pry` |