From f048196a8570898b23063dd3003eed8c64075137 Mon Sep 17 00:00:00 2001 From: gryf Date: Fri, 19 Aug 2022 21:00:35 +0200 Subject: [PATCH] Updated readme file. --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index ac184f3..0534386 100644 --- a/README.rst +++ b/README.rst @@ -3,3 +3,13 @@ Gentoo patches Just some simple customizations for packages which doesn't need to modify their ebuilds. + +To install, just go to ``/etc/portage/patches`` (or make that directory if it +doesn't exists) and clone this repo into it, like: + +.. code:: shell-session + + cd /etc/portage/patches + git clone https://github.com/gryf/gentoo-patches . + +as a root.