aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamon Hatchett <damonhatchett@gostack.com.au>2021-08-01 17:36:47 +1000
committerDavide Pesavento <pesa@gentoo.org>2021-08-06 09:30:05 +0200
commit4ddbcef69a4d794c0cb9d7e46a08215f1d274ea6 (patch)
treee40317c25a991fa196d8ff4412c73c5d69bc7307 /README.md
parentqt5-build.eclass: Use kde.org eclass for snapshots and live ebuilds (diff)
downloadqt-4ddbcef69a4d794c0cb9d7e46a08215f1d274ea6.tar.gz
qt-4ddbcef69a4d794c0cb9d7e46a08215f1d274ea6.tar.bz2
qt-4ddbcef69a4d794c0cb9d7e46a08215f1d274ea6.zip
Update README.md
Closes: https://github.com/gentoo/qt/pull/240 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
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
+```