aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL.md
diff options
context:
space:
mode:
authorGravatar Jeffrey Rennie <rennie@google.com>2017-11-28 17:11:44 -0800
committerGravatar GitHub <noreply@github.com>2017-11-28 17:11:44 -0800
commiteba68fad77ae6651f33417f06732fc5125b40e5f (patch)
tree4156e29e5683329b1ba3094384bf39fe61c1977b /INSTALL.md
parent53fa3546f1cd85a1223f7bc843b0e077ab300f2a (diff)
Add --recursive flag to git clone command.
To avoid a later git command. Simpler.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 6dfc3ed564..a18f5690a4 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -107,9 +107,8 @@ Builds gRPC C and C++ with boringssl.
Please note that when using Ninja, you'll still need Visual C++ (part of Visual Studio)
installed to be able to compile the C/C++ sources.
```
-> powershell git clone -b ((New-Object System.Net.WebClient).DownloadString(\"https://grpc.io/release\").Trim()) https://github.com/grpc/grpc
+> powershell git clone --recursive -b ((New-Object System.Net.WebClient).DownloadString(\"https://grpc.io/release\").Trim()) https://github.com/grpc/grpc
> cd grpc
-> git submodule update --init
> md .build
> cd .build
> call "%VS140COMNTOOLS%..\..\VC\vcvarsall.bat" x64