From: Sergey Kandaurov Date: Thu, 30 Apr 2020 12:59:14 +0000 (+0300) Subject: Mention quic branch in README. X-Git-Tag: release-1.25.0~4^2~736 X-Git-Url: http://git.kaiwu.me/%7B@url%7D?a=commitdiff_plain;h=cf5168c9e028d19f8408b46f35299a91990f0848;p=nginx.git Mention quic branch in README. --- diff --git a/README b/README index e3e3a198c..56229e0bf 100644 --- a/README +++ b/README @@ -80,7 +80,7 @@ Experimental QUIC support for nginx You will need a BoringSSL [4] library that provides QUIC support - $ hg clone https://hg.nginx.org/nginx-quic + $ hg clone -b quic https://hg.nginx.org/nginx-quic $ cd nginx-quic $ ./auto/configure --with-debug --with-http_v3_module \ --with-cc-opt="-I../boringssl/include" \