Added README.md

This commit is contained in:
Piotr Biernat 2020-08-01 22:29:48 +02:00
parent 71600aa2a3
commit 13ad58614a

18
README.md Normal file
View File

@ -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
```