Browse Source

Update README

Vova Tkach 6 years ago
parent
commit
6134b9c765
1 changed files with 13 additions and 1 deletions
  1. 13 1
      README.md

+ 13 - 1
README.md

@@ -1 +1,13 @@
-# golang-fave
+# golang-fave
+```
+Usage of ./fave:
+  -dir string
+    	virtual hosts directory
+  -host string
+    	server host (default "0.0.0.0")
+  -port int
+    	server port (default 8080)
+```
+
+## Build
+`make` - debug, `make run` - run on all ips and port 8080, `make build` - build release for Linux, Mac OS X and Windows.