From 40e81b76c1a8f95989f5f365d461e4158ccd3cd7 Mon Sep 17 00:00:00 2001 From: Luna Mendes Date: Mon, 9 Jul 2018 02:51:41 -0300 Subject: [PATCH] README: add config instruction --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6b4bfc1..d2694f5 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ Status page software. git clone https://gitlab.com/elixire/elstat cd elstat python3.6 -m pip install -Ur requirements.txt + +# edit config.py as you wish +cp config.example.py config.py ``` ## Run