From 94225997d88e52c049571cec50885814cd53736c Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Tue, 25 May 2021 12:35:41 +0500 Subject: [PATCH] No longer include metarrhiza --- .gitignore | 2 ++ README.md | 10 +--------- metarrhiza | 1 - 3 files changed, 3 insertions(+), 10 deletions(-) delete mode 160000 metarrhiza diff --git a/.gitignore b/.gitignore index 4c3450f..160d81e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ mycorrhiza +metarrhiza +example-wiki # VScode and IDEA folders .vscode/ diff --git a/README.md b/README.md index 6cdca9b..5a7b52a 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,7 @@ A wiki engine. [Main wiki](https://mycorrhiza.lesarbr.es) ## Building -Also see [detailed instructions](https://mycorrhiza.lesarbr.es/hypha/deploy) on wiki. -```sh -git clone --recurse-submodules https://github.com/bouncepaw/mycorrhiza -cd mycorrhiza -make -# That make will: -# * run the default wiki. You can edit it right away. -# * create an executable called `mycorrhiza`. Run it with path to your wiki. -``` +See [the guide](https://mycorrhiza.lesarbr.es/hypha/guide/deployment) on the wiki. ## Usage ``` diff --git a/metarrhiza b/metarrhiza deleted file mode 160000 index 6758d40..0000000 --- a/metarrhiza +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6758d40d32b1ba2c793b6d5e8279983bee9392c0