Merge branch 'master' into 'master'

Fix AUR package URL; remove yaourt example

See merge request timvisee/ffsend!24
This commit is contained in:
Tim Visée 2019-03-26 12:31:28 +00:00
commit f8584df22b

View file

@ -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/