Skip to content

Commit c4a77e0

Browse files
Fixed README
1 parent 047c340 commit c4a77e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# Password Manager
22
Password manager for the terminal using gnugpg.
33

4-
## Installation
54
Python2 is required.
65

6+
7+
## Installation
78
```
89
pip install -r requirements.txt
910
```
1011

1112
## Usage
13+
```
1214
password_manager.py [-h] filename
1315
1416
Available commands:
@@ -27,3 +29,4 @@ p print account and copy password to clipboard
2729
rename rename account
2830
search, s search account
2931
show_passwords show passwords
32+
```

0 commit comments

Comments
 (0)