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

Copyright (c) 2011-2015 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