diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2017-08-20 18:25:04 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2017-08-20 18:25:04 +0200 |
| commit | 90320a2d821ac7047d5d6efb4ec959706dfc83d4 (patch) | |
| tree | ce7e47761c0193280d5f9eaf875dc658fce5f8d8 | |
| parent | 6606411495feed3b26df494ff7e203f8d7a445fa (diff) | |
| download | geldschieberbot-90320a2d821ac7047d5d6efb4ec959706dfc83d4.tar.gz geldschieberbot-90320a2d821ac7047d5d6efb4ec959706dfc83d4.zip | |
reword config in readme
| -rw-r--r-- | Readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |
