Skip to content

Commit

Permalink
Clone submodules recursively, use relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Rillke committed Feb 2, 2018
1 parent a5e9326 commit 3a13e78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[submodule "flac"]
path = flac
url = git@github.com:Rillke/flac.git
url = ../flac.git
[submodule "opus-tools"]
path = opus-tools
url = git@github.com:Rillke/opus-tools.git
url = ../opus-tools.git
[submodule "opus"]
path = opus
url = git@github.com:Rillke/opus.git
url = ../opus.git
[submodule "libogg"]
path = libogg
url = git@github.com:Rillke/libogg.git
url = ../libogg.git

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ If you just want to use opusenc.js, you don't have to build it. In this case, se

### Build script
```bash
git clone git://github.com/Rillke/opusenc.js.git opusenc.js
git clone --recursive git://github.com/Rillke/opusenc.js.git opusenc.js
cd opusenc.js
git submodule update --init
./make.sh
```

Expand Down

0 comments on commit 3a13e78

Please sign in to comment.