From 668ee145b06058956f0f4c777ceb3ce7fd14f173 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Mon, 28 Feb 2022 20:32:41 +0100 Subject: [PATCH] docs(readme): move install docs to docs (#1150) --- README.md | 2 +- THIRD_PARTY_INSTALL.md => docs/THIRD_PARTY_INSTALL.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename THIRD_PARTY_INSTALL.md => docs/THIRD_PARTY_INSTALL.md (100%) diff --git a/README.md b/README.md index 9c7d6933..1bc1e073 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ 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](THIRD_PARTY_INSTALL.md). +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). 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. diff --git a/THIRD_PARTY_INSTALL.md b/docs/THIRD_PARTY_INSTALL.md similarity index 100% rename from THIRD_PARTY_INSTALL.md rename to docs/THIRD_PARTY_INSTALL.md