1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-13 05:50:27 +00:00

No longer include metarrhiza

This commit is contained in:
Timur Ismagilov 2021-05-25 12:35:41 +05:00
parent 48034fc25b
commit 94225997d8
3 changed files with 3 additions and 10 deletions

2
.gitignore vendored
View File

@ -1,4 +1,6 @@
mycorrhiza mycorrhiza
metarrhiza
example-wiki
# VScode and IDEA folders # VScode and IDEA folders
.vscode/ .vscode/

View File

@ -4,15 +4,7 @@ A wiki engine.
[Main wiki](https://mycorrhiza.lesarbr.es) [Main wiki](https://mycorrhiza.lesarbr.es)
## Building ## Building
Also see [detailed instructions](https://mycorrhiza.lesarbr.es/hypha/deploy) on wiki. See [the guide](https://mycorrhiza.lesarbr.es/hypha/guide/deployment) on the 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.
```
## Usage ## Usage
``` ```

@ -1 +0,0 @@
Subproject commit 6758d40d32b1ba2c793b6d5e8279983bee9392c0