diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2026-01-12 22:48:18 +0000 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2026-01-12 22:48:18 +0000 |
| commit | a399bb38fad7fa77f295232800b401f6c0981cb4 (patch) | |
| tree | cd3ec5f9d7a67f78c7044bb6400153f3e719385f | |
| parent | 387c60a5b4d0e298f05d8c7b436c3fdbd6a0ea1c (diff) | |
add README
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
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 +``` |
