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 +```
