aboutsummaryrefslogtreecommitdiff
path: root/index.md
diff options
context:
space:
mode:
authorbt <bt@btxx.org>2024-06-06 10:08:36 -0400
committerbt <bt@btxx.org>2024-06-06 10:08:36 -0400
commit8c47200dd81639b7cb1a3a165f4bb2eec2517970 (patch)
tree951c9a471b039f01ffb378c1c33f3798fa42e98a /index.md
parent1d280856feae01dc135cdbb28bfa681ad7d6a63e (diff)
Add new blog post, update walkthroughs, new step by step help on homepage
Diffstat (limited to 'index.md')
-rw-r--r--index.md21
1 files changed, 21 insertions, 0 deletions
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