aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-12 09:48:59 +0300
committerCem Keylan <cem@ckyln.com>2019-12-12 09:48:59 +0300
commit008c95902dbdb02ec295cf1188cdda80e87340e3 (patch)
treef9b893ce4e0d6b1abc68962e971e5097adcaa41c /README
downloadrepository-008c95902dbdb02ec295cf1188cdda80e87340e3.tar.gz
initial commit
Diffstat (limited to 'README')
-rw-r--r--README28
1 files changed, 28 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..af68bce
--- /dev/null
+++ b/README
@@ -0,0 +1,28 @@
+Personal KISS repository
+========================
+
+This is my personal KISS repository,
+I made it so anyone can install my
+builds of st,dwm,dmenu (or my small programs)
+on Carbs Linux and KISS Linux
+
+
+Add to your KISS Path
+---------------------
+
+In order to install packages in this repository,
+you need to clone it and add it to your repository
+path. It can be accomplished with,
+
+
+ # Clone the repository
+ -> git clone git://git.ckyln.com/kiss-repository /var/db/kiss/cem-repo
+
+ # Now edit your /etc/profile.d/kiss_path.sh file
+ # Add the path to the beginning if you want to
+
+ # Adding to the beginning makes sure that if there
+ # is the same package from another repository, it prioritizes
+ # my package
+ export KISS_PATH=/var/db/kiss/cem-repo/cem:/var/db/kiss/repo........
+