summaryrefslogtreecommitdiff
path: root/doc/development/SETUP.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/SETUP.md')
-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 6af7c07145..36b9783820 100644
--- a/doc/development/SETUP.md
+++ b/doc/development/SETUP.md
@@ -18,7 +18,7 @@ Bundler doesn't use a Gemfile to list development dependencies, because when we
4. Install Bundler's development dependencies:
- $ bin/rake spec:deps
+ $ bin/bundle install
5. Run the test suite, to make sure things are working: