From 5fada66d3417a3d459a054a4cc738d60c3e29fdb Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 29 Apr 2022 12:53:49 +0400 Subject: Installation instructions Signed-off-by: Valentin Popov --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e69de29..b99cbd0 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,23 @@ +# Private overlay for desktop systems + +## Adding an overlay + +### Option 1 + +Use module (eselect/repository)[https://packages.gentoo.org/packages/app-eselect/eselect-repository]. +Add an overlay with the command: + +```bash +eselect repository add desktop git 'https://git.popov.link/gentoo-overlays/desktop' +``` + +### Option 2 + +Create file `/etc/portage/repos.conf/desktop.conf` with the following contents: + +```text +[desktop] +location = /var/db/repos/desktop +sync-type = git +sync-uri = https://git.popov.link/gentoo-overlays/desktop +``` \ No newline at end of file -- cgit v1.2.3