diff options
author | tastytea | 2020-11-29 05:07:04 +0100 |
---|---|---|
committer | tastytea | 2020-11-29 05:07:04 +0100 |
commit | cca3a4a239a032a073c72edfe19f3937db3ff5b1 (patch) | |
tree | 9f3783a14f7cc7e066c94c24149a57a48524a591 | |
parent | 5ec7a119dc6db8c07a1f57ed0f055e4c5fd71cd9 (diff) | |
download | mastodonpp-cca3a4a239a032a073c72edfe19f3937db3ff5b1.tar mastodonpp-cca3a4a239a032a073c72edfe19f3937db3ff5b1.tar.gz mastodonpp-cca3a4a239a032a073c72edfe19f3937db3ff5b1.zip |
Update Gentoo package installation.
-rw-r--r-- | README.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc index c5c9d47..7489209 100644 --- a/README.adoc +++ b/README.adoc @@ -83,9 +83,9 @@ link:{uri-reference}/examples.html[More examples] are included in the reference. [source,shell] -------------------------------------------------------------------------------- -eselect repository enable tastytea +eselect repository enable guru echo 'dev-cpp/mastodonpp' >> /etc/portage/package.accept_keywords/mastodonpp -emaint sync -r tastytea +emaint sync -r guru emerge -a dev-cpp/mastodonpp -------------------------------------------------------------------------------- |