summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2022-02-28 20:32:41 +0100
committerGitHub <noreply@github.com>2022-02-28 20:32:41 +0100
commit668ee145b06058956f0f4c777ceb3ce7fd14f173 (patch)
tree2596d78e03ee4494cd4e3622653976abc191d477
parentfeadcbb42d303d951eb75cd7a9301ccfa99b6d4d (diff)
docs(readme): move install docs to docs (#1150)
-rw-r--r--README.md2
-rw-r--r--docs/THIRD_PARTY_INSTALL.md (renamed from THIRD_PARTY_INSTALL.md)0
2 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9c7d69335..1bc1e073d 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
index 4288a32e8..4288a32e8 100644
--- a/THIRD_PARTY_INSTALL.md
+++ b/docs/THIRD_PARTY_INSTALL.md