Readme updated
This commit is contained in:
parent
b21a30f208
commit
84d0bbec20
25
README.md
25
README.md
@ -2,3 +2,28 @@ PM
|
||||
==
|
||||
|
||||
Simple password manager writed in perl.
|
||||
|
||||
# INSTALL
|
||||
|
||||
## Perl modules
|
||||
|
||||
cpan install Module::Name.
|
||||
|
||||
Not recommended. Please use you package manager.
|
||||
|
||||
* DBD::sqlite
|
||||
* Clipboard
|
||||
|
||||
On Fedora:
|
||||
|
||||
yum/dnf install perl-Class-DBI-SQLite perl-Clipboard
|
||||
|
||||
On Debian-based systems:
|
||||
|
||||
apt-get install libtext-clip-perl class-dbi-sqlite-perl
|
||||
|
||||
|
||||
# TODO
|
||||
|
||||
* Store decrypted DB into RAM not in /tmp/
|
||||
* Different keys selection
|
Loading…
Reference in New Issue
Block a user