Skip to content

Commit 0e6e72e

Browse files
committed
Fix to jwebserver call
1 parent c514722 commit 0e6e72e

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
@@ -56,7 +56,7 @@ Generated files (`site/category/*.html` and `site/data/snippets.json`) are in `.
5656
java -jar html-generators/generate.jar
5757

5858
# Serve locally
59-
jwebserver -d site -p 8090
59+
jwebserver -b 0.0.0.0 -d site -p 8090
6060
# Open http://localhost:8090
6161
```
6262

0 commit comments

Comments
 (0)