From 5e73d4dbc9c7a5d20d848ed0a4e412db7187faae Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 29 Aug 2022 22:02:44 -0700 Subject: [PATCH] add wget example for alpine etc. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0e2fed3..14c7bed 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,10 @@ _(plus some little shell scripts)_ quick install for random boxes: ``` +# with curl: cd && curl -L https://github.com/notwa/rc/archive/master.tar.gz | tar zx && mv rc-master rc && rc/install +# with wget: +cd && wget -O - 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: