doc: JSON.awk now in zip / tar

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2020-12-23 14:00:13 +01:00
parent 05bb23a49f
commit 20bfef1e6a
1 changed files with 6 additions and 6 deletions

View File

@ -54,7 +54,7 @@ Now you can restart your bashbot instances.
wget -q https://github.com/$(wget -q https://github.com/topkecleon/telegram-bot-bash/releases/latest -O - | egrep '/.*/.*/.*tar.gz' -o)
```
### use JSON.awk (beta)
### Use JSON.awk (beta)
[JSON.awk](https://github.com/step-/JSON.awk) is an awk port of `JSON.sh`, it provides the same functionality but is 5 times faster.
Most systems with awk can use `JSON.awk` as drop in replacement
@ -62,16 +62,16 @@ Most systems with awk can use `JSON.awk` as drop in replacement
BSD and MacOS users must install `gnu awk` and adjust the shebang, see below
To install 'JSON.awk' download the file from githup and save it in the same folder as JSON.sh file:
After you have checked that 'JSON.awk' is working correct on your system make `JSON.awk` executable and (re)start bashbot.
Note: If you are not using the zip / tar archive, you must install `JSON.awk` manually into the same directory as 'JSON.sh`:
wget https://cdn.jsdelivr.net/gh/step-/JSON.awk/JSON.awk
wget https://cdn.jsdelivr.net/gh/step-/JSON.awk/tool/patch-for-busybox-awk.sh
bash patch-for-busybox-awk.sh
After you have checked that 'JSON.awk' is working correct on your system make `JSON.awk` executable and (re)start bashbot.
### Install from github
### Install bashbot from github
The first install can also be done from github, updates should always done from the zip or tar archive to avoid
overwriting your config and ```mycommands.sh``` files.
@ -185,5 +185,5 @@ The old format is supported for backward compatibility, but may fail for corner
#### [Next Create Bot](1_firstbot.md)
#### $$VERSION$$ v1.2-dev2-48-g0d50c8d
#### $$VERSION$$ v1.2-dev2-51-g05bb23a