From ddc52b089a29dbe805ccbe499460b3e5d5b060c7 Mon Sep 17 00:00:00 2001 From: Determinant Date: Thu, 6 Aug 2015 10:25:26 +0800 Subject: do not use submodule for nerv-speech --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 10d531c..efec2c4 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ First make sure you have __lua__ and __CUDA__ installed on your computer. __Nerv__ is currently developed via github.You can download and make __Nerv__ by doing the following: ``` cd ~ -git clone https://github.com/Determinant/nerv.git +git clone https://github.com/Nerv-SJTU/nerv.git cd nerv -git submodule init && git submodule update +git clone https://github.com/Nerv-SJTU/nerv-speech.git make ``` The `git submodule` command is for the __luajit__ repository inside __Nerv__. -- cgit v1.2.3