From 401b086a3ca7f4008e6f3b130d96d204e238b27b Mon Sep 17 00:00:00 2001 From: Sergey Morozov Date: Mon, 2 Nov 2020 21:04:40 +0300 Subject: [PATCH] Remove layman support --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 234470c..9425ca4 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,3 @@ ## 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. Add repository using layman (deprecated): -Add the following URL to your /etc/layman.cfg (or /etc/layman/layman.cfg): ->https://www.s-morozov.net/overlays.xml - -Example: -``` -overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml - https://another-repo.tld/repo.xml - https://www.s-morozov.net/overlays.xml -``` -Then you need to add repo by layman: -`layman -f && layman -a smoverlay`