github master can contain instable features

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2019-04-19 13:09:08 +02:00
parent ef0041e7bd
commit 3b17bc2e39

View File

@ -20,10 +20,13 @@ Bashbot [Documentation](https://github.com/topkecleon/telegram-bot-bash) and [Do
1. Go to the directory you want to install bashbot, e.g.
* your $HOME directory (install and run with your user-ID)
* /usr/local if you want to run as service
2. [Download latest release archive from github](https://github.com/topkecleon/telegram-bot-bash/releases) and unpack it.
2. [Download latest release](https://github.com/topkecleon/telegram-bot-bash/releases) archive from github and extract all files.
If you want the current version from github, clone the repository: ```git clone https://github.com/topkecleon/telegram-bot-bash```
3. Change directory to ```telegram-bot-bash``` and run ```./bashbot.sh init```. Now follow the instructions. At one point you are asked for your Bots token given by botfather.
As an alternative you can clone the github repository to get the latest, but possible unstable improvements.
```
git clone https://github.com/topkecleon/telegram-bot-bash
```
3. Go to directory ```telegram-bot-bash```, run ```./bashbot.sh init``` and follow the instructions. At this point you are asked for your Bots token given by botfather.
## Update bashbot
1. [Download latest update zip from github](https://github.com/topkecleon/telegram-bot-bash/releases)