mirror of
https://github.com/zellij-org/zellij.git
synced 2025-01-06 01:13:06 +03:00
Add 'launch in xonsh' in README (#2323)
Updated the quick launch commands to include xonsh.
This commit is contained in:
parent
55c0a15a7d
commit
7f1dde5520
@ -52,12 +52,12 @@ cargo install --locked zellij
|
||||
#### Try Zellij without installing
|
||||
|
||||
bash/zsh:
|
||||
```
|
||||
```bash
|
||||
bash <(curl -L zellij.dev/launch)
|
||||
```
|
||||
fish:
|
||||
```
|
||||
bash (curl -L zellij.dev/launch | psub)
|
||||
fish/xonsh:
|
||||
```bash
|
||||
bash -c 'bash <(curl -L zellij.dev/launch)'
|
||||
```
|
||||
|
||||
## How do I get involved?
|
||||
|
Loading…
Reference in New Issue
Block a user