aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2020-04-30 15:59:14 +0300
committerSergey Kandaurov <pluknet@nginx.com>2020-04-30 15:59:14 +0300
commitcf5168c9e028d19f8408b46f35299a91990f0848 (patch)
tree6e7741370061dfee7643a2a16b91e8c3c1efa24b
parentb7b3aca7040a0c734a555efd8775249a29b5ac5d (diff)
downloadnginx-cf5168c9e028d19f8408b46f35299a91990f0848.tar.gz
nginx-cf5168c9e028d19f8408b46f35299a91990f0848.zip
Mention quic branch in README.
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
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" \