added repo url

This commit is contained in:
tastytea 2018-05-08 07:51:50 +02:00
parent 58e38d74c9
commit ad01111754
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 8 additions and 0 deletions

View File

@ -114,6 +114,14 @@ packages for the package managers of Gentoo, Debian and Red Hat.
Put the ebuild into your [local overlay](https://wiki.gentoo.org/wiki/Custom_repository) and run `ebuild <ebuild path> manifest`.
Install with `emerge mastodon-cpp`.
Or [add my repository](https://wiki.gentoo.org/wiki/Eselect/Repository) and
install it from there.
eselect repository add tastytea git https://git.tastytea.de/repos/overlay-tastytea.git
echo 'dev-cpp/mastodon-cpp ~amd64' >> /etc/portage/package.keywords/mastodon-cpp
emaint sync -r tastytea
emerge -a dev-cpp/mastodon-cpp
### DEB and RPM
Prebuilt DEB and RPM packages for x86_64(amd64) are provided with each release.