Update README.md
This commit is contained in:
parent
a99a9ff4b2
commit
af7ad753e7
14
README.md
14
README.md
|
@ -1,6 +1,16 @@
|
|||
# Quick start
|
||||
To install this overlay, add the following URL to your /etc/layman.cfg (or /etc/layman/layman.cfg):
|
||||
>https://www.s-morozov.net/overlays.xml
|
||||
## 1. Add repository manually
|
||||
cd /etc/portage/repos.conf
|
||||
sudo wget https://git.s-morozov.net/gentoo-overlays/smoverlay/raw/branch/master/Documentation/smoverlay.conf
|
||||
sudo emerge --sync smoverlay
|
||||
|
||||
## 2. Add repository using eselect repository
|
||||
sudo eselect repository add smoverlay git https://git.s-morozov.net/gentoo-overlays/smoverlay.git
|
||||
sudo emerge --sync smoverlay
|
||||
|
||||
## 3. Layman (deprecated):
|
||||
Add the following URL to your /etc/layman.cfg (or /etc/layman/layman.cfg):
|
||||
>https://www.s-morozov.net/overlays.xml
|
||||
|
||||
Example:
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue