From ad01111754fef705c87c1988491a537a2cc5d82c Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 8 May 2018 07:51:50 +0200 Subject: [PATCH] added repo url --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0cbad39..031a8aa 100644 --- a/README.md +++ b/README.md @@ -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 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.