summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-07-02 16:06:41 +0200
committerSamuel Giddins <segiddins@segiddins.me>2017-07-02 16:06:41 +0200
commit32eb2a38effdca6df339b7da42e2e43a1d9b0087 (patch)
tree2840d3c7566bd732cee39e1824ff69440133d908 /doc
parent5e8243ba4845bd87238eb9dfb8ca765683f9229f (diff)
downloadbundler-32eb2a38effdca6df339b7da42e2e43a1d9b0087.tar.gz
Add a bin/bundle binstubseg-bundle-binstub
Diffstat (limited to 'doc')
-rw-r--r--doc/development/SETUP.md2
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`