Corrected references to bashbot.rc and dev/all-tests.sh; other cosmetic updates

This commit is contained in:
David Coomber 2020-09-06 18:48:47 +02:00
parent 7b2ca2efdc
commit 7e2f5a8495
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
* /usr/local if you want to run as service
2. [Download latest release zip from github](https://github.com/topkecleon/telegram-bot-bash/releases) and extract all files.
3. Change into the directory ```telegram-bot-bash```
4. Acticate the bot example commands ``cp mycommands.sh.dist mycommands.sh```
4. Activate the bot example commands ``cp mycommands.sh.dist mycommands.sh```
5. Run ```./bashbot.sh init``` to setup the environment and enter your Bots token given by botfather.
Edit 'mycommands.sh to your needs.
@ -24,7 +24,7 @@ As an alternative to download the zip files, you can clone the github repository
* /usr/local if you want to run as service
2. Run ```git clone https://github.com/topkecleon/telegram-bot-bash.git```
3. Change into the directory ```telegram-bot-bash```
4. Run ``` test/ALL-tests.sh``` and if everything finish OK ...
4. Run ``` dev/all-tests.sh``` and if everything finish OK ...
5. Run ```sudo ./bashbot.sh init``` to setup the environment and enter your Bots token given by botfather.
### Update bashbot

View File

@ -47,7 +47,7 @@ Have FUN!
│   ├── antiFlood.sh # simple addon taking actions based on # files and text sent to chat
│   └── xxxxxage.sh
├── bashbot.rc # start/stop script if you run basbot as service
├── bashbot.rc # start/stop script if you run bashbot as service
├── examples # example scripts and configs for bashbot
│   ├── README.md # description of files and examples