aboutsummaryrefslogtreecommitdiff
path: root/README
blob: af68bce4ad6d53bceec5b895b67e8a0dba128855 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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........