]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
HTTP3.md: update to msh3 v0.4.0
authorNick Banks <nibanks@microsoft.com>
Thu, 11 Aug 2022 14:25:52 +0000 (10:25 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 11 Aug 2022 21:40:14 +0000 (23:40 +0200)
Closes #9297

docs/HTTP3.md

index 42bc974ab900f6ceb56d5964ad9f8768fc7fc684..ee65c807ea280e94fc3956a1d28c15b1252951d0 100644 (file)
@@ -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