aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2022-09-06 10:07:42 +0300
committerSyndamia <kamen@syndamia.com>2022-09-06 10:07:42 +0300
commitda657c246e88af5310dc3ea2621e8bef2d88ce35 (patch)
tree16dfdadef4f8113792f1b26758e47584233e9f58
parentb495ea1b5a450c94c493049c4104be9e20896818 (diff)
downloadgarbage-da657c246e88af5310dc3ea2621e8bef2d88ce35.tar
garbage-da657c246e88af5310dc3ea2621e8bef2d88ce35.tar.gz
garbage-da657c246e88af5310dc3ea2621e8bef2d88ce35.zip
Updated README information
-rw-r--r--README.md20
1 files changed, 18 insertions, 2 deletions
diff --git a/README.md b/README.md
index 63d6507..fcb3b12 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,19 @@
-# x-portage
+# garbage
-My custom local portage overlay. It's mostly a dump of Gentoo ebuilds that I use on my Funtoo installs.
+This is my [personal](https://www.funtoo.org/Creating_Your_Own_Overlay) Funtoo overlay. It used to have a crap ton of Gentoo ebuilds, but now I just use the gentoo overlay.
+
+## Install
+
+```bash
+sudo eselect repository add garbage git https://gitlab.com/Syndamia/garbage.git
+```
+
+Preferred `/etc/portage/repos.conf/eselect-repo.conf` values
+
+```bash
+[garbage]
+location = /var/db/repos/garbage
+sync-type = git
+sync-uri = https://gitlab.com/Syndamia/garbage.git
+priority = 2
+```