aboutsummaryrefslogtreecommitdiff
path: root/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'index.md')
-rw-r--r--index.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/index.md b/index.md
index 4d60d42..0476f1b 100644
--- a/index.md
+++ b/index.md
@@ -18,19 +18,26 @@ You can learn more by reading the [official README](https://git.sr.ht/~bt/barf).
For Linux (Alpine example):
- sudo apk add rsync lowdown coreutils
+ sudo apk add rsync coreutils
For macOS:
- brew install rsync lowdown coreutils gnu-sed
+ brew install rsync coreutils gnu-sed
For OpenBSD:
- doas pkg_add lowdown coreutils gsed cmake gcc
+ doas pkg_add coreutils gsed cmake gcc
+
+**Clone `smu` for markdown parsing:**
+
+ git clone https://git.sr.ht/~bt/smu
+ cd smu
+ make
+ make install
**Clone barf:**
- git clone https://git.btxx.org/barf
+ git clone https://git.sr.ht/~bt/barf
1. Open project, change the `domain` variable at the top of the core barf file
2. Run: `make build`