mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
add wget example for alpine etc.
This commit is contained in:
parent
f78727c96a
commit
5e73d4dbc9
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue