From 8a7eec25df01ea85cd825242a0095ea5d39a308b Mon Sep 17 00:00:00 2001 From: CoolOppo Date: Tue, 14 Apr 2015 18:57:19 -0400 Subject: [PATCH] Clone recursively rather than manually for Brotli --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e8a3f65..2a02939 100644 --- a/README.md +++ b/README.md @@ -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 ```