aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2022-04-29 11:53:49 +0300
committerValentin Popov <valentin@popov.link>2022-04-29 11:53:49 +0300
commit5fada66d3417a3d459a054a4cc738d60c3e29fdb (patch)
tree9a807d5abc3b12c5b9e6d0c4be8c81ba741ca08f
parentb85ed9a3c6860a68959399b4d2c839be5e38d5a6 (diff)
downloadgentoo-overlay-5fada66d3417a3d459a054a4cc738d60c3e29fdb.tar.xz
gentoo-overlay-5fada66d3417a3d459a054a4cc738d60c3e29fdb.zip
Installation instructions
Signed-off-by: Valentin Popov <valentin@popov.link>
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
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