From 47a3723632b82a0d3caf79dbe8ada1eae60dd976 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 25 Jul 2020 11:20:55 +0300 Subject: rename to cpt-extra --- README | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'README') diff --git a/README b/README index f07589f..8f24c7e 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ -kiss-extra ----------- +cpt-extra +--------- -This is a repository for kiss utilities that do not belong with +This is a repository for cpt utilities that do not belong with the rest of the utilities. These are non-essential scripts that someone could make use of in their scripts. Some of them can be used for repository management, so I think maintainers could be @@ -11,17 +11,17 @@ interested in a variety of utilities here. Install ------- -Those scripts currently only depend on kiss (and dependencies of -kiss). +Those scripts currently only depend on cpt (and dependencies of +cpt). You can install by doing - find . -type f -name 'kiss-*' | while read -r script; do + find . -type f -name 'cpt-*' | while read -r script; do install -Dm755 "$script" "/usr/local/bin/${script##*/}" done -Or install the `kiss-extra` package on Carbs Linux. +Or install the `cpt-extra` package on Carbs Linux. Repository structure -- cgit v1.2.3