From 770520a7f740cfaf9fa95cce3cddd8627f0c5c46 Mon Sep 17 00:00:00 2001 From: HAYAMA_Kaoru Date: Mon, 18 May 2020 00:28:08 +0900 Subject: [PATCH] readme.md: wrote about arguments --- readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9412391..88193f5 100644 --- a/readme.md +++ b/readme.md @@ -4,9 +4,14 @@ xnhttpd Tiny Web Server to test CGI on localhost. ``` -xnhttpd < sample.json +xnhttpd ``` +or + +``` +xnhttpd sample.json +``` which starts service on localhost:8000 and calls CGI scripts on the current directory.