mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 09:39:15 +02:00
Merge branch 'master' into 'master'
Fix AUR package URL; remove yaourt example See merge request timvisee/ffsend!24
This commit is contained in:
commit
f8584df22b
1 changed files with 8 additions and 10 deletions
10
README.md
10
README.md
|
@ -181,15 +181,13 @@ ffsend --help
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Linux: Arch AUR packages
|
#### Linux: Arch AUR packages
|
||||||
[» `ffsend`][aur-ffsend] (binary package)
|
[» `ffsend-bin`][aur-ffsend-bin] (binary package)
|
||||||
[» `ffsend-git`][aur-ffsend-git] (compile from source package)
|
[» `ffsend-git`][aur-ffsend-git] (compile from source package)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yaourt -S ffsend
|
yay -S ffsend-bin
|
||||||
# or
|
# or
|
||||||
yay ffsend
|
aurget -S ffsend-bin
|
||||||
# or
|
|
||||||
aurget -S ffsend
|
|
||||||
# or using any other AUR installer
|
# or using any other AUR installer
|
||||||
|
|
||||||
ffsend --help
|
ffsend --help
|
||||||
|
@ -744,7 +742,7 @@ 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
|
||||||
[aur-ffsend]: https://aur.archlinux.org/packages/ffsend/
|
[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/
|
||||||
[snapcraft-ffsend]: https://snapcraft.io/ffsend
|
[snapcraft-ffsend]: https://snapcraft.io/ffsend
|
||||||
[homebrew]: https://brew.sh/
|
[homebrew]: https://brew.sh/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue