Skip to content

Commit 434b855

Browse files
committed
Update README.md
1 parent 3e073e0 commit 434b855

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ dep ensure
1919
go build -ldflags="-s -w" -o ../../ui/index.cgi
2020
# Run the binary
2121
cd ../../ui/
22-
./index.cgi --dev > test.html
22+
env SERVER_PROTOCOL=HTTP/1.1 REQUEST_METHOD=GET ./index.cgi --dev > test.html
2323
```

0 commit comments

Comments
 (0)