summaryrefslogtreecommitdiffstats
path: root/README
blob: 2ebb0f8620cdb25e65038c325365adf873133ef8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
------------------------------------------------
--  pwman - Lightweight password manager
------

Copyright (c) 2011 Michael Buesch <m@bues.ch>



--- Install ---

Execute the following commands to install the application:

	./setup.py build
	sudo -i  # Or any other command to become root
	./setup.py install
bues.ch cgit interface