From 5a1692505ed1c08c8c2b78ccc4574bf0a1c8f896 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Sun, 14 Jul 2024 12:19:03 -0400 Subject: Switch back to smu for markdown parsing --- index.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'index.md') 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` -- cgit v1.2.3-54-g00ecf