summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>2022-03-14 14:04:31 +0900
committerGitHub <noreply@github.com>2022-03-14 14:04:31 +0900
commita6313ef6a03866cca964a3702c95a756b415f42d (patch)
treef8f205b2394d74be286164a863168d9fcf0a7425 /README.md
parent54b0859e401acc4c0f78aa55b53c79f852b07632 (diff)
docs: add `cargo-binstall` (#1212)
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index c2e8c3eec..9c56836ff 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,13 @@ You can install with `cargo`:
cargo install zellij
```
-Or you can download a prebuilt binary from our [Releases](https://github.com/zellij-org/zellij/releases), or use [Third Party Repositories](./docs/THIRD_PARTY_INSTALL.md).
+Or if want to a prebuilt binary, you can download it from our [Releases](https://github.com/zellij-org/zellij/releases), or use [`cargo-binstall`](https://github.com/ryankurte/cargo-binstall).
+
+```
+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.