Update README.md
This commit is contained in:
parent
a99a9ff4b2
commit
af7ad753e7
12
README.md
12
README.md
|
@ -1,5 +1,15 @@
|
||||||
# Quick start
|
# Quick start
|
||||||
To install this overlay, add the following URL to your /etc/layman.cfg (or /etc/layman/layman.cfg):
|
## 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
|
>https://www.s-morozov.net/overlays.xml
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
Loading…
Reference in New Issue