From 29b8e67f695d80ee637c62aff33538aa45abafab Mon Sep 17 00:00:00 2001 From: Nick Banks Date: Thu, 11 Aug 2022 10:25:52 -0400 Subject: [PATCH] HTTP3.md: update to msh3 v0.4.0 Closes #9297 --- docs/HTTP3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/HTTP3.md b/docs/HTTP3.md index 42bc974ab9..ee65c807ea 100644 --- a/docs/HTTP3.md +++ b/docs/HTTP3.md @@ -140,7 +140,7 @@ Build curl: Build msh3: - % git clone --depth 1 --recursive https://github.com/nibanks/msh3 + % git clone -b v0.4.0 --depth 1 --recursive https://github.com/nibanks/msh3 % cd msh3 && mkdir build && cd build % cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=RelWithDebInfo .. % cmake --build . @@ -161,7 +161,7 @@ Run from `/usr/local/bin/curl`. Build msh3: - % git clone --depth 1 --recursive https://github.com/nibanks/msh3 + % git clone -b v0.4.0 --depth 1 --recursive https://github.com/nibanks/msh3 % cd msh3 && mkdir build && cd build % cmake -G 'Visual Studio 17 2022' -DCMAKE_BUILD_TYPE=RelWithDebInfo .. % cmake --build . --config Release