mirror of
https://github.com/notwa/rc
synced 2024-11-05 02:29:06 -08:00
add note about shell compatibility
This commit is contained in:
parent
f9b76a35c3
commit
c79b47ae0c
1 changed files with 7 additions and 0 deletions
|
@ -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)
|
||||
|
||||
<!-- DOCUMENT -->
|
||||
|
|
Loading…
Reference in a new issue