Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 620 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 620 Bytes

k9spud-overlay

A Gentoo overlay for K9spud's software.

How to Use

To add the k9spud-overlay to your system, do the following as root:

# cd /var/db/repos
# git clone https://www.github.com/k9spud/k9spud-overlay.git k9spud
# nano -w /etc/portage/repos.conf/k9spud-overlay.conf

Insert the following text into the k9spud-overlay.conf file:

[k9spud]

location = /var/db/repos/k9spud
sync-type = git
sync-uri = https://www.github.com/k9spud/k9spud-overlay.git
priority = 200
auto-sync = yes
clone-depth = 1
sync-depth = 1
sync-gitclone-extra-opts = --single-branch --branch main