Merge pull request #14 from CoolOppo/patch-1

Clone recursively rather than manually for Brotli
This commit is contained in:
rsheeter
2015-07-13 12:18:04 -04:00
+1 -3
View File
@@ -20,10 +20,8 @@ The build process depends on the g++ compiler.
On a standard Unix-style environment:
```
git clone https://github.com/google/woff2.git
git clone --recursive https://github.com/google/woff2.git
cd woff2
git submodule init
git submodule update
make clean all
```