From 5ff76ceb0ce646dc547b89c1ee0960630155ab08 Mon Sep 17 00:00:00 2001 From: Ariary Date: Fri, 15 Oct 2021 18:07:38 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9be6a62..346d98c 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,8 @@ Then we execute it using `fexecve` syscall (as it is currently not provided by ` ### HTTP3/QUIC
- Enable it with -Q/http3 flag. - -You can setup a light web rootfs server supporting http3 by running `go run ./test/http3/light-server.go -p ` (This is http3 equivalent of ` python3 -m http.server `) - +Enable it with -Q/http3 flag.
+You can setup a light web rootfs server supporting http3 by running `go run ./test/http3/light-server.go -p ` (This is http3 equivalent of ` python3 -m http.server `)
use `test/http3/genkey.sh` to generate cert and key.