Clone recursively rather than manually for Brotli

This commit is contained in:
CoolOppo
2015-04-14 18:57:19 -04:00
parent 7375be53fc
commit 8a7eec25df
+1 -3
View File
@@ -20,10 +20,8 @@ The build process depends on the g++ compiler.
On a standard Unix-style environment: 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 cd woff2
git submodule init
git submodule update
make clean all make clean all
``` ```