summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <me@colby.fyi>2019-12-02 22:52:42 +1100
committerColby Swandale <me@colby.fyi>2019-12-02 22:52:42 +1100
commitde7b1dd56bcad0f9e7e7381eec9ffcb2ac6f6e0d (patch)
treeb7a6536e6107eb3795763af7ddc4f1a05d1ac391
parent0e80c577ac2b8d02334c6e9864d2301e8acd9f17 (diff)
downloadbundler-colby/document-parallel-rspec.tar.gz
-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 3731738289..6af7c07145 100644
--- a/doc/development/SETUP.md
+++ b/doc/development/SETUP.md
@@ -28,7 +28,7 @@ Bundler doesn't use a Gemfile to list development dependencies, because when we
$ bin/parallel_rspec spec
-6. Set up a shell alias to run Bundler from your clone, e.g. a Bash alias ([follow these instructions](https://www.moncefbelyamani.com/create-aliases-in-bash-profile-to-assign-shortcuts-for-common-terminal-commands/) for adding aliases to your `~/.bashrc` profile):
+7. Set up a shell alias to run Bundler from your clone, e.g. a Bash alias ([follow these instructions](https://www.moncefbelyamani.com/create-aliases-in-bash-profile-to-assign-shortcuts-for-common-terminal-commands/) for adding aliases to your `~/.bashrc` profile):
$ alias dbundle='/path/to/bundler/repo/bin/bundle'