Skip to content

Commit 323ae12

Browse files
committed
add how-to section
1 parent 2160fc0 commit 323ae12

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ openssl rsa -in private.pem -out public.pem -pubout -outform PEM
1313
### Install cryptolib
1414

1515
```bash
16-
git clone https://github.com/vspaz/rsa-encrypt-decrypt-golang.git
17-
cd rsa-encrypt-decrypt-golang
16+
git clone https://github.com/vspaz/rsa-encrypt-decrypt-python.git
17+
cd rsa-encrypt-decrypt-python
1818

1919
python3 setup.py install
2020
```
21+

0 commit comments

Comments
 (0)