We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b27ecd commit 7de8af2Copy full SHA for 7de8af2
README.md
@@ -72,14 +72,14 @@ $ make
72
* If system libcurl supports it by default nothing else has to be done
73
74
* If a custom build of libcurl supports HTTP/3 which is installed in a different location, that can be set when running cmake:
75
-```
76
-$ cmake -D CUSTOM_LIBCURL_INSTALL_PATH=/absolute/path/to/custom/libcurl/install .
77
+ ```
+ $ cmake -D CUSTOM_LIBCURL_INSTALL_PATH=/absolute/path/to/custom/libcurl/install .
78
79
* Just to test HTTP/3 support for development purpose, simply run the following command and wait for a long time:
80
81
-$ ./development_build_with_http3.sh
82
+ $ ./development_build_with_http3.sh
83
84
## INSTALL
85
0 commit comments