Add nix package installation instructions in README
This commit is contained in:
parent
e9d5bec4f5
commit
f51bd673ff
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue