Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
liwei-lai committed Nov 2, 2014
1 parent 61e0934 commit 651f3d2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ Papyrus
=======
Papyrus is a safely (use AES256 encrypt/decrypt) simple cmd program that manage the infomation of passwords.

Install
-------

Now you need to install the package manually.::

python install setup.py

Usage
-----
Expand Down Expand Up @@ -59,7 +65,7 @@ Support Commands:
Example
-------

some instance code::
Below is a few example view,::

> papyrus
Papyrus: A simple cmd program that manage the infomation of passwords.
Expand Down Expand Up @@ -104,7 +110,7 @@ some instance code::
(papyrus) >>>

Or, you can define Env variable - PAPYRUS_RECORD_PATH - to save our life for always
input the record file path. Like below,
input the record file path. Like below,::

# first need to edit the shell rc file, append the line
export PAPYRUS_RECORD_PATH=Path/to/the/records.dat
Expand Down

0 comments on commit 651f3d2

Please sign in to comment.