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

README.md: Drop layman usage

This commit is contained in:
2023-05-19 14:53:13 +02:00
parent cd738285f4
commit 99d36b9460

View File

@@ -22,43 +22,3 @@ EOF
```
# emaint sync -r sunny-overlay
```
### Layman users
- First, you need to install layman and source layman configuration from your make.conf
```
# emerge -av app-portage/layman
# echo "source /var/lib/layman/make.conf" >> /etc/portage/make.conf
```
- Add sunny-overlay's layman configuration
```
# cat << EOF > /etc/layman/overlays/sunny-overlay.xml
<?xml version="1.0" ?>
<repositories version="1.0">
<repo priority="50" quality="experimental" status="unofficial">
<name>sunny-overlay</name>
<description>My personal Gentoo Portage overlay.</description>
<homepage>https://github.com/dguglielmi/sunny-overlay</homepage>
<owner>
<email>dg@accelance.fr</email>
</owner>
<source type="git">git://github.com/dguglielmi/sunny-overlay.git</source>
</repo>
</repositories>
EOF
```
- Fetch & display all overlays list
```
# layman -L
```
- Finally add sunny-overlay
```
# layman -a sunny-overlay
```