From 963a756c4582203eaa3e0a842dd1d4accf796a97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=20Buo-ren=20Lin?= Date: Tue, 28 Oct 2025 08:22:52 +0800 Subject: [PATCH] Fix code block formatting in README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ๆž—ๅšไป(Buo-ren Lin) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 08573af..c91e7a1 100644 --- a/README.md +++ b/README.md @@ -72,14 +72,14 @@ $ make * If system libcurl supports it by default nothing else has to be done * If a custom build of libcurl supports HTTP/3 which is installed in a different location, that can be set when running cmake: -``` -$ cmake -D CUSTOM_LIBCURL_INSTALL_PATH=/absolute/path/to/custom/libcurl/install . -``` + ``` + $ cmake -D CUSTOM_LIBCURL_INSTALL_PATH=/absolute/path/to/custom/libcurl/install . + ``` * Just to test HTTP/3 support for development purpose, simply run the following command and wait for a long time: -``` -$ ./development_build_with_http3.sh -``` + ``` + $ ./development_build_with_http3.sh + ``` ## INSTALL