summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-06-08 15:58:53 +0200
committerGitHub <noreply@github.com>2022-06-08 15:58:53 +0200
commit663797f5e30f2ec057dbeb07c606a0c146a5ba94 (patch)
tree4ac2879b6f3ab3fd86401b19f3e0d46953a3aeac /README.md
parentd0435ab67b87efe07f2a8fb3663c8223863567e0 (diff)
docs(readme0: adjust installation methods
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index b5846b4a2..43db3f09f 100644
--- a/README.md
+++ b/README.md
@@ -46,8 +46,16 @@ cargo-binstall zellij
Or you can also use [Third Party Repositories](./docs/THIRD_PARTY_INSTALL.md).
-The default plugins make use of characters that are mostly found in [nerdfonts](https://www.nerdfonts.com/).
-To get the best experience either install nerdfonts, or use the simplified ui by starting Zellij with `zellij options --simplified-ui true`, or putting `simplified_ui: true` in the config file.
+#### Try Zellij without installing
+
+bash/zsh:
+```
+bash <(curl -L zellij.dev/launch)
+```
+fish:
+```
+bash (curl -L zellij.dev/launch | psub)
+```
## How do I get involved?