1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 09:32:37 +01:00

- Try to fix the markdown view.

This commit is contained in:
2014-08-02 22:32:27 +02:00
parent 1ff97a0897
commit 372f891ebb

View File

@@ -10,12 +10,13 @@ To use this overlay follow those steps
- First you need to install layman
```
# emerge -av app-portage/layman
```
- Add sunny-overlay's layman configuration
```
# cat << EOF > /etc/layman/overlays/sunny-overlay.xml
<?xml version="1.0" ?>
<repositories version="1.0">
@@ -29,16 +30,19 @@ To use this overlay follow those steps
<source type="git">git://github.com/dguglielmi/sunny-overlay.git</source>
</repo>
</repositories>
EOF
```
- Fetch & display a list of all the overlays
```
# layman -L
```
- Finally add sunny-overlay
```
# layman -a sunny-overlay
```