aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2017-08-20 18:25:04 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2017-08-20 18:25:04 +0200
commit90320a2d821ac7047d5d6efb4ec959706dfc83d4 (patch)
treece7e47761c0193280d5f9eaf875dc658fce5f8d8
parent6606411495feed3b26df494ff7e203f8d7a445fa (diff)
downloadgeldschieberbot-90320a2d821ac7047d5d6efb4ec959706dfc83d4.tar.gz
geldschieberbot-90320a2d821ac7047d5d6efb4ec959706dfc83d4.zip
reword config in readme
-rw-r--r--Readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Readme.md b/Readme.md
index e23b543..768f4cd 100644
--- a/Readme.md
+++ b/Readme.md
@@ -6,8 +6,6 @@ other input without a lot of modification.
## Configuration
-You can edit config.sh to match your needs or set the Environment your self.
-
Geldschieberbot is configured with a set of Environment variables:
* GSB_GROUP_ID the signal group_id you want to serve
@@ -15,9 +13,11 @@ Geldschieberbot is configured with a set of Environment variables:
* GSB_SEND_CMD the command Geldschieberbot uses to send replies
* GSB_USER the mobile number signal-cli should receive messages with
+Copy config.sh.sample to config.sh and edit it to match your environment.
+
## Usage
-If you edited config.sh you can just run
+If you have your config.sh in place you can just run
`config.sh && run.sh`
and your bot should be up and serving your needs.