diff options
Diffstat (limited to 'README.rst')
-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 |