From e17168c5dc46aaaff2d3e0feb2b88326be17be59 Mon Sep 17 00:00:00 2001 From: alessio Date: Mon, 19 Dec 2016 23:28:02 +0100 Subject: [PATCH] server port fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1afaa8b..06de80a 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ A Go build system with file watchers, output streams and live reload. Run, build --no-bin -> Disables the installation --no-run -> Disables the run --no-fmt -> Disables the fmt (go fmt) - --no-server -> Disables the web panel (port :5000) + --no-server -> Disables the web panel (default port 5001) --open -> Open the web panel in a new browser window ``` Examples: