diff options
Diffstat (limited to 'index.md')
-rw-r--r-- | index.md | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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 |