Add 'launch in xonsh' in README (#2323)

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 #### Try Zellij without installing
bash/zsh: bash/zsh:
``` ```bash
bash <(curl -L zellij.dev/launch) bash <(curl -L zellij.dev/launch)
``` ```
fish: fish/xonsh:
``` ```bash
bash (curl -L zellij.dev/launch | psub) bash -c 'bash <(curl -L zellij.dev/launch)'
``` ```
## How do I get involved? ## How do I get involved?