From 13052f01dac1abaf0a93d062ef7b2867e9f4fcc2 Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Sat, 23 Jan 2021 09:12:48 +0100 Subject: [PATCH] README: mention JSON.awk --- README.html | 4 ++-- README.md | 6 +++--- README.txt | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.html b/README.html index dc43b96..59c69b0 100644 --- a/README.html +++ b/README.html @@ -223,8 +223,8 @@ Written by Drew (@topkecleon) and Kay M (@gnadelwartz).

Released to the public domain wherever applicable. Elsewhere, consider it released under the WTFPLv2.

Linted by #ShellCheck

Prerequisites

-

Uses JSON.sh and the magic of sed.

-

Bashbot is written in bash. It depends on commands typically available in a Linux/Unix Environment. For more concrete information on the common commands provided by recent versions of coreutils, busybox or toybox, see Developer Notes.

+

Uses JSON.sh/JSON.awk and the magic of sed.

+

Bashbot is written in bash. It depends on commands typically available in a Linux/Unix Environment. For more information on commands provided by recent versions of coreutils, busybox or toybox, see Developer Notes.

Note for MacOS and BSD Users: Bashbot will not run without installing additional software as it uses modern bash and (gnu) grep/sed features. See Install Bashbot.

Note for embedded systems: You need to install a "real" bash as the vanilla installation of busybox or toybox is not sufficient. See Install Bashbot.

Bashbot Documentation and Downloads are available on www.github.com.

diff --git a/README.md b/README.md index 87c5d05..19baa8f 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ Elsewhere, consider it released under the [WTFPLv2](http://www.wtfpl.net/txt/cop Linted by [#ShellCheck](https://github.com/koalaman/shellcheck) ## Prerequisites -Uses [JSON.sh](http://github.com/dominictarr/JSON.sh) and the magic of sed. +Uses [JSON.sh](http://github.com/dominictarr/JSON.sh)/[JSON.awk](https://github.com/step-/JSON.awk) and the magic of sed. Bashbot is written in bash. It depends on commands typically available in a Linux/Unix Environment. -For more concrete information on the common commands provided by recent versions of [coreutils](https://en.wikipedia.org/wiki/List_of_GNU_Core_Utilities_commands), [busybox](https://en.wikipedia.org/wiki/BusyBox#Commands) or [toybox](https://landley.net/toybox/help.html), see [Developer Notes](doc/7_develop.md#common-commands). +For more information on commands provided by recent versions of [coreutils](https://en.wikipedia.org/wiki/List_of_GNU_Core_Utilities_commands), [busybox](https://en.wikipedia.org/wiki/BusyBox#Commands) or [toybox](https://landley.net/toybox/help.html), see [Developer Notes](doc/7_develop.md#common-commands). **Note for MacOS and BSD Users:** Bashbot will not run without installing additional software as it uses modern bash and (gnu) grep/sed features. See [Install Bashbot](doc/0_install.md). @@ -238,4 +238,4 @@ See `mycommnds.sh.dist` for an example. If you feel that there's something missing or if you found a bug, feel free to submit a pull request! -#### $$VERSION$$ v1.30-0-g3266427 +#### $$VERSION$$ v1.32-dev-8-g2960e58 diff --git a/README.txt b/README.txt index c558942..571819c 100644 --- a/README.txt +++ b/README.txt @@ -39,11 +39,11 @@ Linted by #ShellCheck Prerequisites -Uses JSON.sh [http://github.com/dominictarr/JSON.sh] and the magic of sed. +Uses JSON.sh [http://github.com/dominictarr/JSON.sh]/JSON.awk and the magic of sed. Bashbot is written in bash. It depends on commands typically available in a Linux/Unix -Environment. For more concrete information on the common commands provided by recent -versions of coreutils [https://en.wikipedia.org/wiki/List_of_GNU_Core_Utilities_commands], -busybox or toybox, see Developer_Notes. +Environment. For more information on commands provided by recent versions of coreutils +[https://en.wikipedia.org/wiki/List_of_GNU_Core_Utilities_commands], busybox or toybox, +see Developer_Notes. Note for MacOS and BSD Users: Bashbot will not run without installing additional software as it uses modern bash and (gnu) grep/sed features. See Install Bashbot [doc/ 0_install.md].