Update README.md

This commit is contained in:
Sergey Morozov 2019-07-02 11:13:57 +03:00
parent a99a9ff4b2
commit af7ad753e7
1 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,16 @@
# 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
>https://www.s-morozov.net/overlays.xml 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: Example:
``` ```