summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-05-17 18:21:31 +0200
committerGitHub <noreply@github.com>2021-05-17 18:21:31 +0200
commitd202cb7394b44f335edce0f6c3c7899b081f9f24 (patch)
tree640294d08ac6e46213ee9f01ff78edbace694007
parent7dbf859508a653db2e533c2e6279afedeb81bc02 (diff)
docs(readme): clarifications
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index a1a41fe6b..916f67202 100644
--- a/README.md
+++ b/README.md
@@ -36,15 +36,14 @@ 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.
+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.
## How do I hack on it? (Contributing)
* Clone the project
* Install cargo-make with `cargo install --force cargo-make`
* In the project folder, for debug builds run: `cargo make run`
+* To run all tests: `cargo make test`
For more build commands, see [`Contributing.md`](CONTRIBUTING.md).