Skip to content

Commit 3cff042

Browse files
committed
initial commit
1 parent 59015d4 commit 3cff042

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ The editor is line-based, so it is recommended to save only one record per line.
1414
sudo apt install python3.6 python3-pip
1515
```
1616

17-
1. Use pip to install dependencies:
17+
2. Use pip to install dependencies:
1818

1919
```bash
2020
pip install pyperclip
2121
pip install pycryptodome
2222
```
2323

24-
1. If copy/paste does not work on your system, try to install one of the copy/paste mechansims, e.g.:
24+
3. If copy/paste does not work on your system, try to install one of the copy/paste mechansims, e.g.:
2525
```bash
2626
sudo apt-get install xclip
2727
```

0 commit comments

Comments
 (0)