]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ECH.md: make OpenSSL branch clone instructions work
authorViktor Szakats <commit@vsz.me>
Sat, 25 Oct 2025 08:45:39 +0000 (10:45 +0200)
committerViktor Szakats <commit@vsz.me>
Sat, 25 Oct 2025 23:19:12 +0000 (01:19 +0200)
Closes #19237

docs/ECH.md

index d39f4b2f36a2b91bc66607e533c8a8cbc69d87d6..b40cd17e78b639baea4bc2f584765db6df2199e8 100644 (file)
@@ -22,9 +22,8 @@ To build the OpenSSL project's ECH feature branch:
 
 ```sh
 cd $HOME/code
-git clone https://github.com/openssl/openssl
+git clone https://github.com/openssl/openssl --branch feature/ech
 cd openssl
-git checkout feature/ech
 ./config --libdir=lib --prefix=$HOME/code/openssl-local-inst
 ...stuff...
 make -j8