summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-10-15 12:39:18 +0700
committerShulhan <ms@kilabit.info>2024-10-15 12:39:18 +0700
commit85f2a125b3e07358c66fcb2cc9d072c8ebb7e2c4 (patch)
tree828879af7dc2d6a40847fb497cf7f20826c0cb59
parent2ea376671b1975392252bc6f70497c54d4bbab16 (diff)
downloadasciidoctor-go-85f2a125b3e07358c66fcb2cc9d072c8ebb7e2c4.tar.xz
make: serve doc on non-common port
Using 8080 is too common and has cause conflict with some service on my development laptop.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5693121..30cdda6 100644
--- a/Makefile
+++ b/Makefile
@@ -21,4 +21,4 @@ test-parser:
go test -v -run=Open .
serve-doc:
- ciigo serve _doc/
+ ciigo -address=127.0.0.1:31904 serve _doc/