diff options
-rw-r--r-- | README.md | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md index 5caaa91..719def1 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,15 @@ # faila -caddy's file server, but as a standalone application \ No newline at end of file +caddy's file server, but as a standalone application + +## Usage + +Use the docker-container located here: `registry.darknebu.la/emile/faila:latest` for the latest docker release, else, simply pull it using: + +```bash +$ go get git.darknebu.la/emile/faila +... +``` + +Be sure to adjust the parameters in the config! \ No newline at end of file |