From 3853bd6a6a0420c37ae0ac84d764c39e6dccccee Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski Date: Mon, 2 Oct 2017 21:16:17 +0200 Subject: [PATCH] Add usage information to README --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea919f1..3d82986 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,22 @@ -spejstore -========= +# spejstore Because there is not enough general inventory software invented here yet. Please use Python3, for the love of `$deity`... + +## Usage + +### Build & run + +```sh +docker-compose up +``` + +### Rebuild + +```sh +docker-compose build +``` + +### Troubleshooting + +- https://askubuntu.com/q/615394/413683