diff options
Diffstat (limited to 'README.md')
| -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 +``` |
