Mention submodules

This commit is contained in:
Drew DeVault 2017-08-24 23:20:27 -04:00
parent 10f63828b4
commit 1aaf8f8c0d

View File

@ -12,6 +12,7 @@ bug reports from right now and they know who they are.
Run synapse on localhost with the default RPC port.
```shell
$ git submodule update --init --recursive
$ npm install
$ npm start
```