diff options
author | Determinant <[email protected]> | 2015-08-06 10:34:43 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2015-08-06 10:34:43 +0800 |
commit | 2dc87bc02a1242dd5e029d0baaf4e0ae7173184f (patch) | |
tree | b51b81d99e4cd8f14e76bbf79d8d65be920e13d5 | |
parent | ddc52b089a29dbe805ccbe499460b3e5d5b060c7 (diff) |
...
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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__. |