summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Kipp <anki-code@users.noreply.github.com>2023-03-30 15:14:51 +0600
committerGitHub <noreply@github.com>2023-03-30 11:14:51 +0200
commit7f1dde5520ceac3d653dae7adec17c2fdaf83f8b (patch)
tree17c721b396a13e524b9b28146dae807cb7e6e594
parent55c0a15a7d47e1cfd17d835f1d81bfc8411510a7 (diff)
Add 'launch in xonsh' in README (#2323)
Updated the quick launch commands to include xonsh.
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index e9c0f61e8..9bcd71c9c 100644
--- a/README.md
+++ b/README.md
@@ -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?