summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-05-10 16:51:06 +0200
committera-kenji <aks.kenji@protonmail.com>2021-05-10 16:51:06 +0200
commit84e48768137b1a02ffdd33d4a18d9ec578852d2c (patch)
treea9c641e43f275a38aff8e8293e99ab1fcde4906c /README.md
parent088bcf3dd8aab4e522cface84c0a260b5b37a87c (diff)
fixup! Add Option for Simplified Layout
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3751e9acf..a1a41fe6b 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,11 @@ cargo install zellij
Or you can download a prebuilt binary from our [Releases](https://github.com/zellij-org/zellij/releases).
+As the default plugins make use of characters that are mostly only found in [nerdfonts](https://www.nerdfonts.com/),
+you get the best experience either with installing nerdfonts, or telling the plugins that you request a ui, that
+does not rely on such characters with `zellij options --simplified-ui`, or putting `simplified_ui: true` in the
+config file.
+
## How do I hack on it? (Contributing)
* Clone the project
* Install cargo-make with `cargo install --force cargo-make`