# HG changeset patch # User Sergey Kandaurov # Date 1588251554 -10800 # Node ID 796b5b6c43cdd9fbc624eac941963c15982bc455 # Parent 0e6528551f260072c662fc9dc8382e630863ecfc Mention quic branch in README. diff --git a/README b/README --- a/README +++ b/README @@ -80,7 +80,7 @@ 2. Installing 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" \