diff options
| author | Determinant <ted.sybil@gmail.com> | 2016-03-05 15:06:20 +0800 |
|---|---|---|
| committer | Determinant <ted.sybil@gmail.com> | 2016-03-05 15:06:20 +0800 |
| commit | 9cd8013b14aec72f6284ecb2f005b3845ed069a2 (patch) | |
| tree | 2295eef4f86b3b25d8bf7131a8812d79afecbd8d | |
| parent | 66ff3e3aba3793f08b3ba12d08a27c7a26790310 (diff) | |
change repo paths
| -rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ on your computer. :: bash - git clone https://speechlab.sjtu.edu.cn/gitlab/Nerv-SJTU/nerv.git + git clone https://speechlab.sjtu.edu.cn/gitlab/nerv-dev/nerv.git - Checkout submodules (luajit, luarocks, Penlight, etc.): @@ -45,7 +45,7 @@ on your computer. # checkout speech repository to local directory nerv/speech (suppose you're # still at the root directory of NERV repo) - git clone https://speechlab.sjtu.edu.cn/gitlab/Nerv-SJTU/nerv-speech.git speech + git clone https://speechlab.sjtu.edu.cn/gitlab/nerv-dev/nerv-speech.git speech # build and install HTK I/O support, Kaldi I/O support, Kaldi decoding support, etc. make speech |