From 13ad58614af0b558da18f5c62f8d9557e1a6400d Mon Sep 17 00:00:00 2001 From: Piotr Biernat Date: Sat, 1 Aug 2020 22:29:48 +0200 Subject: [PATCH] Added README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md 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 +```