mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-25 23:33:08 +03:00
docs(readme0: adjust installation methods
This commit is contained in:
parent
d0435ab67b
commit
663797f5e3
12
README.md
12
README.md
@ -46,8 +46,16 @@ cargo-binstall zellij
|
|||||||
|
|
||||||
Or you can also use [Third Party Repositories](./docs/THIRD_PARTY_INSTALL.md).
|
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/).
|
#### Try Zellij without installing
|
||||||
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.
|
|
||||||
|
bash/zsh:
|
||||||
|
```
|
||||||
|
bash <(curl -L zellij.dev/launch)
|
||||||
|
```
|
||||||
|
fish:
|
||||||
|
```
|
||||||
|
bash (curl -L zellij.dev/launch | psub)
|
||||||
|
```
|
||||||
|
|
||||||
## How do I get involved?
|
## How do I get involved?
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user