From 1aaf8f8c0d6d9103410577c125067ea6e87ec82e Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 24 Aug 2017 23:20:27 -0400 Subject: [PATCH] Mention submodules --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9490c89..4ddd547 100644 --- a/README.md +++ b/README.md @@ -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 ```