1
1
mirror of https://github.com/zellij-org/zellij.git synced 2025-01-06 01:13:06 +03:00

Add 'launch in xonsh' in README ()

Updated the quick launch commands to include xonsh.
This commit is contained in:
Andy Kipp 2023-03-30 15:14:51 +06:00 committed by GitHub
parent 55c0a15a7d
commit 7f1dde5520
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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