docs(readme0: adjust installation methods

This commit is contained in:
Aram Drevekenin 2022-06-08 15:58:53 +02:00 committed by GitHub
parent d0435ab67b
commit 663797f5e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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