aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 15 insertions, 8 deletions
diff --git a/README b/README
index 2a9919a..f07589f 100644
--- a/README
+++ b/README
@@ -16,14 +16,27 @@ kiss).
You can install by doing
- for script in kiss-*; do
- install -Dm755 "$script" "/usr/local/bin/$script"
+ find . -type f -name 'kiss-*' | while read -r script; do
+ install -Dm755 "$script" "/usr/local/bin/${script##*/}"
done
Or install the `kiss-extra` package on Carbs Linux.
+Repository structure
+--------------------
+
+Scripts are dividied into categoried folders.
+
+
+ /
+ ├── alt - scripts related to the alternatives system.
+ ├── other - self explanatory
+ └── repo - scripts for repository management
+ └── git - scripts for git operations, commit messages etc.
+
+
New Scripts
-----------
@@ -54,9 +67,3 @@ Licensing
This repository contains scripts that were initially in the package
manager itself. Some of these were initially authored by Dylan Araps.
License notices are made where needed.
-
-
-Carbs Linux directory
----------------------
-
-Carbs Linux directory is for