Add nix package installation instructions in README

This commit is contained in:
timvisee 2019-03-23 19:08:07 +01:00
parent e9d5bec4f5
commit f51bd673ff
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -197,6 +197,18 @@ aurget -S ffsend
ffsend --help
```
#### Linux: Nix package
_Note: The Nix package is currently not automatically updated, therefore it
might be slightly outdated. Open an issue if you believe an important new
feature is missing._
```bash
nix-channel --update
nix-env --install ffsend
ffsend --help
```
#### Linux: Prebuilt binaries
Check out the [latest release][github-latest-release] assets for Linux binaries.
Use the `ffsend-v*-linux-x64-static` binary, to minimize the chance for issues.