From 9ce5022f4dcfcf024f03a79b5b4e6c318b15955a Mon Sep 17 00:00:00 2001 From: Eugene Zadyra Date: Sat, 9 Jun 2018 00:51:01 +0200 Subject: [PATCH] Updated readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d05796..71bdbb6 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,15 @@ It is available by [@luxmedbot](https://telegram.me/luxmedbot) export TELEGRAM_TOKEN="SOME TOKEN" export SECURITY_SECRET="SOME SECRET FOR ENCODING USER PASSWORDS" ``` -3. install **docker** -4. run using `./docker.sh run` +3. + - install **docker** + - run using `./docker.sh run` + + **or** + + - install postgres and create db **lbs** with login **lbs** and password **lsb123** + - run using `./gradlew bootRun` + 5. send `/start` to your bot