From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1310190-garchives=archives.gentoo.org@lists.gentoo.org>
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 47F47139360
	for <garchives@archives.gentoo.org>; Fri,  6 Aug 2021 07:30:30 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8A68FE08EC;
	Fri,  6 Aug 2021 07:30:29 +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 6D17DE08EC
	for <gentoo-commits@lists.gentoo.org>; Fri,  6 Aug 2021 07:30:29 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 E604333BEF1
	for <gentoo-commits@lists.gentoo.org>; Fri,  6 Aug 2021 07:30:19 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 193577DC
	for <gentoo-commits@lists.gentoo.org>; Fri,  6 Aug 2021 07:30:18 +0000 (UTC)
From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" <pesa@gentoo.org>
Message-ID: <1628235005.4ddbcef69a4d794c0cb9d7e46a08215f1d274ea6.pesa@gentoo>
Subject: [gentoo-commits] proj/qt:master commit in: /
X-VCS-Repository: proj/qt
X-VCS-Files: README.md
X-VCS-Directories: /
X-VCS-Committer: pesa
X-VCS-Committer-Name: Davide Pesavento
X-VCS-Revision: 4ddbcef69a4d794c0cb9d7e46a08215f1d274ea6
X-VCS-Branch: master
Date: Fri,  6 Aug 2021 07:30:18 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: beb670b5-d612-4288-b61b-1eaa8389603e
X-Archives-Hash: dd034ec87214587725739e55ce7e0325

commit:     4ddbcef69a4d794c0cb9d7e46a08215f1d274ea6
Author:     Damon Hatchett <damonhatchett <AT> gostack <DOT> com <DOT> au>
AuthorDate: Sun Aug  1 07:36:47 2021 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Fri Aug  6 07:30:05 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=4ddbcef6

Update README.md

Closes: https://github.com/gentoo/qt/pull/240
Signed-off-by: Davide Pesavento <pesa <AT> gentoo.org>

 README.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/README.md b/README.md
index ef8fdc26..1d398701 100644
--- a/README.md
+++ b/README.md
@@ -27,3 +27,19 @@ Bugs should be reported on https://bugs.gentoo.org. Be sure to include
 
 Users wanting to contribute should first read the
 [Qt project policies](https://wiki.gentoo.org/wiki/Project:Qt/Policies).
+
+## Using layman
+
+Run the following command:
+
+```
+layman -f -a qt
+```
+
+And you're done.
+
+If you want to refresh the overlay, run:
+
+```
+layman -s qt
+```