aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/HTTP3.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/HTTP3.md b/docs/HTTP3.md
index 051655f5c..e54e5d028 100644
--- a/docs/HTTP3.md
+++ b/docs/HTTP3.md
@@ -115,6 +115,7 @@ Build curl
Build quiche and BoringSSL:
% git clone --recursive https://github.com/cloudflare/quiche
+ % cd quiche
% cargo build --release --features pkg-config-meta,qlog
% mkdir deps/boringssl/lib
% ln -vnf $(find target/release -name libcrypto.a -o -name libssl.a) deps/boringssl/lib/