aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2015-08-06 10:25:26 +0800
committerDeterminant <ted.sybil@gmail.com>2015-08-06 10:25:26 +0800
commitddc52b089a29dbe805ccbe499460b3e5d5b060c7 (patch)
treee16c26538231e82662e18271204624f2cb7dca7b
parent156e2b5d97ac7a702e655dc3a1e260c72eecaa9c (diff)
do not use submodule for nerv-speech
-rw-r--r--.gitmodules3
-rw-r--r--README.md4
m---------speech0
3 files changed, 2 insertions, 5 deletions
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
-Subproject c6c644223dc9168befd189bf6f33243390671c9