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!
This commit is contained in:
Adam Gausmann 2018-01-08 23:07:42 -07:00 committed by GitHub
parent 69ee969702
commit f659c0c194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -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
--------