aboutsummaryrefslogtreecommitdiff
path: root/README.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 /README.md
parent2ae81e366af0539a1b55de722c22c0a13fe2cada (diff)
Switch back to smu for markdown parsing
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 11 insertions, 7 deletions
diff --git a/README.md b/README.md
index e0275c1..8bc1d01 100644
--- a/README.md
+++ b/README.md
@@ -38,13 +38,12 @@ linux
-----
- rsync
-- lowdown
+- coreutils
- entr (optonal)
-- standard UNIX tools
Example on Alpine:
- sudo apk add rsync lowdown
+ sudo apk add rsync
openbsd
-------
@@ -55,13 +54,12 @@ https://barf.btxx.org/openbsd
- coreutils
- gcc
- cmake
-- lowdown
- gsed
- entr (optional)
Example:
- doas pkg_add coreutils gcc cmake lowdown gsed
+ doas pkg_add coreutils gcc cmake gsed
macOS
-----
@@ -72,12 +70,11 @@ https://barf.btxx.org/macos
- coreutils
- gnu-sed
- rsync
-- lowdown
- entr (optional)
Example:
- brew install coreutils gnu-sed rsync lowdown
+ brew install coreutils gnu-sed rsync
basic setup
-----------
@@ -87,6 +84,13 @@ and "footer.html" files with your own information, navigation, etc.
Be sure to edit the **domain** variable inside `barf` or else your feed won't validate!
+Next, clone and install the minimal markdown parser `smu`:
+
+ git clone https://git.sr.ht/~bt/smu
+ cd smu
+ make
+ make install
+
Then build:
make build