diff --git a/README.md b/README.md index 5dd0358..8c61fa4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,22 @@ documentation comming soon +## usage + +### build + +``` +docker-compose build --pull +``` + +### usage + +Copy `listen.conf-example` to `listen.conf` and edit the config file. + +``` +docker-compose up -d +``` + ## Sources, Inspirations and Licences