changeset 8373:796b5b6c43cd quic

Mention quic branch in README.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 30 Apr 2020 15:59:14 +0300
parents 0e6528551f26
children 8712f4583783
files README
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"   \