From 77b9224e6a6672d26efa15afb24290b38e4ac93e Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Wed, 7 Feb 2024 04:04:08 +0200 Subject: [PATCH] Adding example configuration --- README.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.adoc b/README.adoc index 8a9cc90..69c0d1d 100644 --- a/README.adoc +++ b/README.adoc @@ -2,4 +2,13 @@ Packages that Siina and company either cannot find or are not updated in `::gentoo` or `::guru`. +Add something like this to your machine: `/etc/portage/repos.conf/criminallycute.conf` +``` +[criminallycute] +location = /var/db/repos/criminallycute +sync-type = git +sync-uri = https://code.criminallycute.fi/CriminallyCute/gentoo-overlay +auto-sync = yes +priority = 100 +```