summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4eafddc..51e2473 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ git submodule init
git submodule update --remote
```
-Update these submodules at any time using `git submodule update --remote`
+Update these submodules at any time using `git submodule update --remote` or the `rake update` task.
Next, install dependencies:
- With [Bundler](http://bundler.io), run `bundle install` to get the required development gems.