summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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`