From a399bb38fad7fa77f295232800b401f6c0981cb4 Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Mon, 12 Jan 2026 22:48:18 +0000 Subject: add README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0c61207 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +## Enable with eselect-repository +``` +eselect repository add prosperouspotato-overlay git https://github.com/ProsperousPotato/prosperouspotato-overlay.git +``` + +## Enable manually +``` +# cat > /etc/portage/repos.conf/prosperouspotato-overlay.conf << EOF +[prosperouspotato-overlay] +location = /var/db/repos/prosperouspotato-overlay +sync-type = git +sync-uri = https://github.com/ProsperousPotato/prosperouspotato-overlay.git +EOF +# emerge --sync prosperouspotato-overlay +``` -- cgit v1.2.3