From 2fe6d4b0ccc4c70ee53c0058ea88ab21ade88a7e Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Tue, 5 Jan 2021 13:30:44 +0100 Subject: [PATCH] doc: fix overwrite in DIST/ test installation --- doc/0_install.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/0_install.md b/doc/0_install.md index 6e26d92..c841f76 100644 --- a/doc/0_install.md +++ b/doc/0_install.md @@ -97,9 +97,7 @@ This creates the installation archives in `DIST/` and a ready to run test instal Use the installation archives to install or update bashbot as described above. To run a test bot, e.g. while development or testing latest changes, you can use the bashbot installation provided in `DIST/telegram-bot-bash`. -To update\* the test installation (_after git pull, local changes or switch master/develop_) run `dev/make-distrubition.sh` again. - -\* _`mycommands.sh` and `bashbot.rc` will be overwritten._ +To update the test installation (_after git pull, local changes or switch master/develop_) run `dev/make-distrubition.sh` again. ### Note for BSD and MacOS @@ -129,5 +127,5 @@ You must update to [Version 1.20](https://github.com/topkecleon/telegram-bot-bas #### [Next Create Bot](1_firstbot.md) -#### $$VERSION$$ v1.25-dev-3-g53c107d +#### $$VERSION$$ v1.25-dev-13-g1631b02