From f659c0c194a3bebd7a3408166e30f7dcadd09521 Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Mon, 8 Jan 2018 23:07:42 -0700 Subject: [PATCH] Add documentation for AUR package To make installation easier on Arch Linux targets, I decided to maintain a PKGBUILD file for this repository. Thanks, Neale, for your awesome forensic utilities! --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7c7db9b..d59225c 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ please let me know if you make one. How To Build ------------ +### From Source + curl -L https://github.com/dirtbags/fluffy/archive/master.tar.gz | tar xzvf - cd fluffy-master make DESTDIR=$HOME install @@ -32,6 +34,14 @@ On a non-Ubuntu system, you may need to edit your `.bashrc` to add `$HOME/bin` to your `PATH` environment variable. +### Arch Linux + +The AUR package [`fluffy-git`](https://aur.archlinux.org/packages/fluffy-git/) +builds against the latest revision and installs it to `/usr/bin`: + + git clone https://aur.archlinux.org/fluffy-git.git + cd fluffy-git + makepkg -sri Programs --------