summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>2021-11-15 17:06:13 +0900
committerGitHub <noreply@github.com>2021-11-15 09:06:13 +0100
commitc35a6ba9381149edbfe2ca3a1e52a9d46279b5d0 (patch)
tree2e233455d65cad5c6214aeb606c2f8a2b9a31999 /README.md
parent851bc863c12a35f664280f06c5ce672406bbbf3c (diff)
doc: add INSTALL.md (#857)
* doc: add INSTALL.md * doc(install): add warning phrase * doc(install): fix syntax * doc(install): change the install doc to be for third party
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7c2b69348..eb367338e 100644
--- a/README.md
+++ b/README.md
@@ -28,13 +28,14 @@ For more details about our future plans, read about upcoming features in our [ro
Zellij was initially called "Mosaic".
## How do I install it?
-You can install it through `cargo`:
+
+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 you can download a prebuilt binary from our [Releases](https://github.com/zellij-org/zellij/releases), or use [Third Party Repositories](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`, or putting `simplified_ui: true` in the config file.