From 00b02761747caf09756c7dccf11a7236777cbb42 Mon Sep 17 00:00:00 2001 From: Determinant Date: Wed, 5 Aug 2015 08:17:59 +0800 Subject: ... --- .gitmodules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 1432de9..16785f1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,10 +3,7 @@ url = http://luajit.org/git/luajit-2.0.git [submodule "nerv-speech"] path = nerv-speech - url = https://github.com/Determinant/nerv-speech.git -[submodule "speech"] - path = speech - url = https://github.com/Determinant/nerv-speech.git + url = https://github.com/Nerv-SJTU/nerv-speech.git [submodule "luarocks"] path = luarocks url = https://github.com/keplerproject/luarocks.git -- cgit v1.2.3-70-g09d2 From 30701effba795635c9dcfa86882486f1f184e243 Mon Sep 17 00:00:00 2001 From: Determinant Date: Wed, 5 Aug 2015 08:19:03 +0800 Subject: ... --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 16785f1..afad59e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "luajit-2.0"] path = luajit-2.0 url = http://luajit.org/git/luajit-2.0.git -[submodule "nerv-speech"] +[submodule "speech"] path = nerv-speech url = https://github.com/Nerv-SJTU/nerv-speech.git [submodule "luarocks"] -- cgit v1.2.3-70-g09d2 From 7ae89059d68850e12826bc6812e4a6d521e45b53 Mon Sep 17 00:00:00 2001 From: Determinant Date: Wed, 5 Aug 2015 08:20:18 +0800 Subject: ... --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index afad59e..217ded3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,8 @@ [submodule "luajit-2.0"] path = luajit-2.0 url = http://luajit.org/git/luajit-2.0.git -[submodule "speech"] - path = nerv-speech +[submodule "nerv-speech"] + path = speech url = https://github.com/Nerv-SJTU/nerv-speech.git [submodule "luarocks"] path = luarocks -- cgit v1.2.3-70-g09d2 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 --- .gitmodules | 3 --- README.md | 4 ++-- speech | 1 - 3 files changed, 2 insertions(+), 6 deletions(-) delete mode 160000 speech (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 217ded3..9f556c5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "luajit-2.0"] path = luajit-2.0 url = http://luajit.org/git/luajit-2.0.git -[submodule "nerv-speech"] - path = speech - url = https://github.com/Nerv-SJTU/nerv-speech.git [submodule "luarocks"] path = luarocks url = https://github.com/keplerproject/luarocks.git 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__. diff --git a/speech b/speech deleted file mode 160000 index c6c6442..0000000 --- a/speech +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c6c644223dc9168befd189bf6f33243390671c99 -- cgit v1.2.3-70-g09d2