mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 09:39:15 +02:00
Add contributed Alpine package to README, link some existing packages
This commit is contained in:
parent
17c7f62787
commit
29c5c8c975
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
@ -202,6 +202,8 @@ ffsend --help
|
||||||
_Note: The Nix package is currently not automatically updated, and might be
|
_Note: The Nix package is currently not automatically updated, and might be
|
||||||
slightly outdated._
|
slightly outdated._
|
||||||
|
|
||||||
|
[» ffsend][nix-ffsend]
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix-channel --update
|
nix-channel --update
|
||||||
nix-env --install ffsend
|
nix-env --install ffsend
|
||||||
|
@ -213,12 +215,26 @@ ffsend --help
|
||||||
_Note: The Fedora package is maintained by contributors, it might be outdated.
|
_Note: The Fedora package is maintained by contributors, it might be outdated.
|
||||||
Choose a different installation method if an important update is missing._
|
Choose a different installation method if an important update is missing._
|
||||||
|
|
||||||
|
[» ffsend][fedora-ffsend]
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yum install ffsend
|
yum install ffsend
|
||||||
|
|
||||||
ffsend --help
|
ffsend --help
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Linux: Alpine package
|
||||||
|
_Note: The Alpine package is maintained by contributors, it might be outdated.
|
||||||
|
Choose a different installation method if an important update is missing._
|
||||||
|
|
||||||
|
[» ffsend][alpine-ffsend]
|
||||||
|
|
||||||
|
```bash
|
||||||
|
apk add ffsend --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing
|
||||||
|
|
||||||
|
ffsend --help
|
||||||
|
```
|
||||||
|
|
||||||
#### Linux: Prebuilt binaries
|
#### Linux: Prebuilt binaries
|
||||||
Check out the [latest release][github-latest-release] assets for Linux 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.
|
Use the `ffsend-v*-linux-x64-static` binary, to minimize the chance for issues.
|
||||||
|
@ -766,9 +782,12 @@ Check out the [LICENSE](LICENSE) file for more information.
|
||||||
[svg-term]: https://github.com/marionebl/svg-term-cli
|
[svg-term]: https://github.com/marionebl/svg-term-cli
|
||||||
[github-releases]: https://github.com/timvisee/ffsend/releases
|
[github-releases]: https://github.com/timvisee/ffsend/releases
|
||||||
[github-latest-release]: https://github.com/timvisee/ffsend/releases/latest
|
[github-latest-release]: https://github.com/timvisee/ffsend/releases/latest
|
||||||
|
[nix-ffsend]: https://nixos.org/nixos/packages.html?attr=ffsend&channel=nixos-unstable&query=ffsend
|
||||||
|
[fedora-ffsend]: https://fedora.pkgs.org/rawhide/fedora-x86_64/ffsend-0.2.49-2.fc31.x86_64.rpm.html
|
||||||
[aur-ffsend]: https://aur.archlinux.org/packages/ffsend/
|
[aur-ffsend]: https://aur.archlinux.org/packages/ffsend/
|
||||||
[aur-ffsend-bin]: https://aur.archlinux.org/packages/ffsend-bin/
|
[aur-ffsend-bin]: https://aur.archlinux.org/packages/ffsend-bin/
|
||||||
[aur-ffsend-git]: https://aur.archlinux.org/packages/ffsend-git/
|
[aur-ffsend-git]: https://aur.archlinux.org/packages/ffsend-git/
|
||||||
|
[alpine-ffsend]: https://pkgs.alpinelinux.org/packages?name=ffsend&branch=edge
|
||||||
[snapcraft-ffsend]: https://snapcraft.io/ffsend
|
[snapcraft-ffsend]: https://snapcraft.io/ffsend
|
||||||
[homebrew]: https://brew.sh/
|
[homebrew]: https://brew.sh/
|
||||||
[wsl]: https://docs.microsoft.com/en-us/windows/wsl/install-win10
|
[wsl]: https://docs.microsoft.com/en-us/windows/wsl/install-win10
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue