From c79b47ae0c6950038179146258381e7dcadd6085 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 6 Aug 2021 08:10:06 -0700 Subject: [PATCH] add note about shell compatibility --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6d6282a..4c779b4 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,13 @@ quick install for random boxes: cd && curl -L https://github.com/notwa/rc/archive/master.tar.gz | tar zx && mv rc-master rc && rc/install ``` +the following shells are taken into consideration, ordered from most to least compatible: + +* zsh +* bash +* dash +* ash (busybox) + **NOTE:** everything below this line is overwritten and automatically [regenerated.](/regenerate)