From c479c803622be69ddb5ee7e737672e78a5c21fc9 Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Wed, 23 Sep 2020 15:22:30 +0200 Subject: [PATCH] fix doc bash checks --- README.html | 6 +++--- README.md | 6 +++--- README.txt | 8 ++++---- doc/0_install.md | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.html b/README.html index 7e58e16..1d0bc9c 100644 --- a/README.html +++ b/README.html @@ -93,8 +93,8 @@ Written by Drew (@topkecleon) and Kay M (@gnadelwartz).

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

-

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 emmbedded systems: busybox or toybox ONLY is not sufficient, you need a to install a "real" bash, see Install Bashbot

+

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

Documentation