delete addons on install from github

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2020-09-08 12:13:35 +02:00
parent c2a110a74d
commit c292292709
1 changed files with 6 additions and 3 deletions

View File

@ -44,16 +44,19 @@ overwriting your config and mycommands.sh files.
2. Run ```git clone https://github.com/topkecleon/telegram-bot-bash.git```
3. Change into the directory ```telegram-bot-bash```
4. Run ``` dev/all-tests.sh``` and if everything finish OK ...
5. Run ``` rm addons/*``` to deactivate the example add on's
5. Run ```sudo ./bashbot.sh init``` to setup the environment and enter your Bots token given by botfather.
### Get the latest development updates from github
To update an existing installation to the latest development version from github you must create the update archives yourself.
1. Run ```git clone https://github.com/topkecleon/telegram-bot-bash.git```
2. Change into the directory ```telegram-bot-bash```
3. Run ``` dev/make-distribution.sh```
4. If no errors occcure you will find archive files in DISTRIBUTION
3. Run ``` git checkout develop```
4. Run ``` dev/make-distribution.sh```
5. If no errors occur you will find archive files in DISTRIBUTION
### Note for BSD and MacOS
@ -144,5 +147,5 @@ The old format is supported for backward compatibility, but may fail for corner
#### [Next Create Bot](1_firstbot.md)
#### $$VERSION$$ v1.0-18-g9b3d689
#### $$VERSION$$ v1.0-19-gc2a110a