diff --git a/README.md b/README.md index 5424140..e7072ae 100644 --- a/README.md +++ b/README.md @@ -116,10 +116,10 @@ In addition bashbot has a [test suite](doc/7_develop.md) to check if important f **We stay with /bin/bash shebang, because it's more save from security perspective.** -Using the system provided bash makes it harder for attackers or users to place alternative versions of bash and avoids using -possibly broken, mangled or compromised bash executables. +Using a fixed path to the system provided bash makes it harder for attackers or users to place alternative versions of bash +and avoids using a possibly broken, mangled or compromised bash executable. -If you are a MacOS user or forced to use an alternative bash, see [Install Bashbot](doc/0_install.md) +If you are a BSD / MacOS user or must to use an other bash location, see [Install Bashbot](doc/0_install.md) ### Run your Bot as a restricted user **I recommend to run your bot as a user, with almost no access rights.**