mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2024-11-26 09:16:28 +00:00
doc: 7_develop: explain test installation
This commit is contained in:
parent
889fe8e865
commit
41378f87a9
@ -198,6 +198,9 @@ Now have a look at the directory `standalone`, here you find the files `bashbot.
|
|||||||
5. give your (dev) fork a new version tag: `git tag v1.xx`
|
5. give your (dev) fork a new version tag: `git tag v1.xx`
|
||||||
6. setup github hooks by running `dev/install-hooks.sh`
|
6. setup github hooks by running `dev/install-hooks.sh`
|
||||||
|
|
||||||
|
Run `dev/make-distrubition.sh` to create installation archives and a test installation in `DIST/`.
|
||||||
|
To update the test installation, e.g. after git pull, local changes or switch master/develop, run `dev/make-distrubition.sh` again.
|
||||||
|
|
||||||
Note for Debian: Debian Buster ships older versions of many utilities, pls try to install from [buster-backports](https://backports.debian.org/Instructions/)
|
Note for Debian: Debian Buster ships older versions of many utilities, pls try to install from [buster-backports](https://backports.debian.org/Instructions/)
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get -t buster-backports install git shellcheck pandoc codespell curl
|
sudo apt-get -t buster-backports install git shellcheck pandoc codespell curl
|
||||||
@ -355,5 +358,5 @@ fi
|
|||||||
|
|
||||||
#### [Prev Function Reference](6_reference.md)
|
#### [Prev Function Reference](6_reference.md)
|
||||||
|
|
||||||
#### $$VERSION$$ v1.21-dev-28-g43f5536
|
#### $$VERSION$$ v1.21-dev-40-g889fe8e
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user