1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 07:22:38 +01:00

README.md: add repository via eselect-repolistory (thanks Julien B.)

This commit is contained in:
2024-03-17 13:55:45 +01:00
parent 7c51704ff3
commit 89074d23a6

View File

@@ -10,13 +10,21 @@ You can use this overlay with portage plug-in sync system (see: https://wiki.gen
```
# cat << EOF > /etc/portage/repos.conf/sunny-overlay.conf
[sunny-overlay]
location = /usr/local/portage/overlay/sunny-overlay
location = /var/db/repos/sunny-overlay
sync-type = git
sync-uri = git://github.com/dguglielmi/sunny-overlay.git
sync-uri = https://github.com/dguglielmi/sunny-overlay.git
auto-sync = yes
masters = gentoo
EOF
```
OR via eselect-repository
```
# emerge app-eselect/eselect-repository
# eselect repository add sunny-overlay git https://github.com/dguglielmi/sunny-overlay.git
```
- Retrieve sunny overlay
```