1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 01:53:22 -07:00

add wget example for alpine etc.

This commit is contained in:
Connor Olding 2022-08-29 22:02:44 -07:00
parent f78727c96a
commit 5e73d4dbc9

View File

@ -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: