Skip to content

Commit

Permalink
readme.md: wrote about arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
hymkor committed May 17, 2020
1 parent b588495 commit 770520a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 770520a

Please sign in to comment.