diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/HTTP3.md | 8 | 
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/HTTP3.md b/docs/HTTP3.md index 889659475..e6a8874c8 100644 --- a/docs/HTTP3.md +++ b/docs/HTTP3.md @@ -83,12 +83,8 @@ you'll just get ld.so linker errors.  Clone quiche and BoringSSL: -     % git clone https://github.com/cloudflare/quiche -     % cd quiche/ -     % mkdir deps -     % cd deps -     % git clone https://github.com/google/boringssl -     % cd boringssl +     % git clone --recursive https://github.com/cloudflare/quiche +     % cd quiche/deps/boringssl  Build BoringSSL (it needs to be built manually so it can be reused with curl):  | 
