aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2015-08-06 10:34:43 +0800
committerDeterminant <ted.sybil@gmail.com>2015-08-06 10:34:43 +0800
commit2dc87bc02a1242dd5e029d0baaf4e0ae7173184f (patch)
treeb51b81d99e4cd8f14e76bbf79d8d65be920e13d5
parentddc52b089a29dbe805ccbe499460b3e5d5b060c7 (diff)
...
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index efec2c4..be8e5b0 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,8 @@ __Nerv__ is currently developed via github.You can download and make __Nerv__ by
cd ~
git clone https://github.com/Nerv-SJTU/nerv.git
cd nerv
-git clone https://github.com/Nerv-SJTU/nerv-speech.git
+git clone https://github.com/Nerv-SJTU/nerv-speech.git speech
+git submodule init && git submodule update
make
```
The `git submodule` command is for the __luajit__ repository inside __Nerv__.