From 8c47200dd81639b7cb1a3a165f4bb2eec2517970 Mon Sep 17 00:00:00 2001 From: bt Date: Thu, 6 Jun 2024 10:08:36 -0400 Subject: Add new blog post, update walkthroughs, new step by step help on homepage --- index.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'index.md') diff --git a/index.md b/index.md index d55ab3e..5451da3 100644 --- a/index.md +++ b/index.md @@ -12,4 +12,25 @@ You can learn more by reading the [official README](https://git.btxx.org/barf/ab --- +### Get setup in 2 minutes + +**Install dependencies:** +* For Linux: `rsync` +* For macOS: `brew install coreutils gnu-sed` +* For OpenBSD: `doas pkg_add rsync coreutils gsed cmake gcc` + +**Clone and install the lightweight markdown parser, `smu`** +* `git clone https://git.btxx.org/smu` +* `cd smu ; make ; sudo make install` + +**Clone `barf`:** +* `git clone https://git.btxx.org/barf` + +1. Open project, change the `domain` variable at the top of the core barf file +2. Run: `make build` +3. Upload the contents of `build` to your server! +4. Profit? + +--- + ### Articles -- cgit v1.2.3-54-g00ecf