diff --git a/README.html b/README.html index 8d3162c..666a693 100644 --- a/README.html +++ b/README.html @@ -224,7 +224,7 @@ Written by Drew (@topkecleon) and Kay M (@gnadelwartz).

Linted by #ShellCheck

Prerequisites

Uses JSON.sh and the magic of sed.

-

Even bashbot is written in bash, it depends on commands typically available in a Unix/Linux Environment. More concrete on the common commands provided by recent versions of coreutils, busybox or toybox, see Developer Notes

+

Even bashbot is written in bash, it depends on commands typically available in a Linux/Unix Environment. More concrete on the common commands provided by recent versions of coreutils, busybox or toybox, see Developer Notes

Note for MacOS and BSD Users: As bashbot heavily uses modern bash and (gnu) grep/sed features, bashbot will not run without installing additional software, see Install Bashbot

Note for embedded systems: busybox or toybox ONLY is not sufficient, you need a to install a "real" bash, see also Install Bashbot

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

diff --git a/README.md b/README.md index 1396a75..a9695c0 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Linted by [#ShellCheck](https://github.com/koalaman/shellcheck) ## Prerequisites Uses [JSON.sh](http://github.com/dominictarr/JSON.sh) and the magic of sed. -Even bashbot is written in bash, it depends on commands typically available in a Unix/Linux Environment. +Even bashbot is written in bash, it depends on commands typically available in a Linux/Unix Environment. More concrete 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) **Note for MacOS and BSD Users:** As bashbot heavily uses modern bash and (gnu) grep/sed features, bashbot will not run without installing additional software, see [Install Bashbot](doc/0_install.md) diff --git a/README.txt b/README.txt index 1d3d24b..30a1cec 100644 --- a/README.txt +++ b/README.txt @@ -18,7 +18,7 @@ Linted by [#ShellCheck](https://github.com/koalaman/shellcheck) Uses [JSON.sh](http://github.com/dominictarr/JSON.sh) and the magic of sed. Even bashbot is written in bash, it depends on commands typically available in -a Unix/Linux Environment. +a Linux/Unix Environment. More concrete 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