aboutsummaryrefslogtreecommitdiff
path: root/index.md
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-14 12:19:03 -0400
committerBradley Taunt <bt@btxx.org>2024-07-14 12:19:03 -0400
commit5a1692505ed1c08c8c2b78ccc4574bf0a1c8f896 (patch)
treea28e76e97e3114ed27139888a896547b918c396b /index.md
parent2ae81e366af0539a1b55de722c22c0a13fe2cada (diff)
Switch back to smu for markdown parsing
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`