summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorTom Black <[email protected]>2017-09-28 14:11:38 -0700
committerTom Black <[email protected]>2017-11-27 22:51:39 -0800
commitefeff37021c3cf5afb801a9941f093752b0d826e (patch)
treef58b5031eef2dba6d9df02d201183b590fe975a6 /README.md
parent00c54e70107efe2a62f52170613faa5b55cc1ae7 (diff)
downloadruby2d-efeff37021c3cf5afb801a9941f093752b0d826e.tar.gz
ruby2d-efeff37021c3cf5afb801a9941f093752b0d826e.zip
Add iOS and tvOS support
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.