Merge pull request #1 from AGausmann/patch-1

Add documentation for AUR package
This commit is contained in:
Neale Pickett 2018-01-27 15:30:13 -07:00 committed by GitHub
commit a95481626c
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
--------