From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C8ACB1382C5 for ; Sun, 3 Jan 2021 12:19:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18357E0900; Sun, 3 Jan 2021 12:19:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3B96E0900 for ; Sun, 3 Jan 2021 12:19:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E864D341019 for ; Sun, 3 Jan 2021 12:19:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A348249 for ; Sun, 3 Jan 2021 12:19:32 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1609676290.9fa34503f6cfbdacda3d6e5aeda82050d1bb5679.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: / X-VCS-Repository: repo/proj/guru X-VCS-Files: README.md X-VCS-Directories: / X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 9fa34503f6cfbdacda3d6e5aeda82050d1bb5679 X-VCS-Branch: master Date: Sun, 3 Jan 2021 12:19:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cb038269-e70f-474f-bd5f-8e21dbfcf449 X-Archives-Hash: 9aa9e89b1968884378ecdb072be8d737 Message-ID: <20210103121932.oM1ntMkmIWDrb3INhowURaCjfVGntRh4ivT2QOw4XbM@z> commit: 9fa34503f6cfbdacda3d6e5aeda82050d1bb5679 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Jan 3 12:18:10 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Jan 3 12:18:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9fa34503 README.md: add note for end users Bug: https://bugs.gentoo.org/732734 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4a320a0a..0cb5ad9e 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,10 @@ The [GURU regulations](https://wiki.gentoo.org/wiki/Project:GURU#The_regulations ## Frequently Asked Questions +- #### How do I emerge these ebuilds? + +`eselect repository enable guru && emerge --sync` and emerge the package just as usual. + - #### How do I contribute? See [wiki.gentoo.org/wiki/Project:GURU/Information_for_Contributors](https://wiki.gentoo.org/wiki/Project:GURU/Information_for_Contributors)