Installation instructions
Signed-off-by: Valentin Popov <valentin@popov.link>
This commit is contained in:
parent
b85ed9a3c6
commit
5fada66d34
23
README.md
23
README.md
@ -0,0 +1,23 @@
|
||||
# Private overlay for desktop systems
|
||||
|
||||
## Adding an overlay
|
||||
|
||||
### Option 1
|
||||
|
||||
Use module (eselect/repository)[https://packages.gentoo.org/packages/app-eselect/eselect-repository].
|
||||
Add an overlay with the command:
|
||||
|
||||
```bash
|
||||
eselect repository add desktop git 'https://git.popov.link/gentoo-overlays/desktop'
|
||||
```
|
||||
|
||||
### Option 2
|
||||
|
||||
Create file `/etc/portage/repos.conf/desktop.conf` with the following contents:
|
||||
|
||||
```text
|
||||
[desktop]
|
||||
location = /var/db/repos/desktop
|
||||
sync-type = git
|
||||
sync-uri = https://git.popov.link/gentoo-overlays/desktop
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user