diff --git a/README.md b/README.md new file mode 100644 index 0000000..d475bf2 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# go-http-dir-server + +Run following cxommand to install dependencies: + +```sh +$ go mod download +``` +Run by executing: + +```sh +$ modd +``` + +or + +```sh +$ go run main.go server.go -d public +```