krz/yoshi-cli

A password manager for the command line.

clone: git clone https://gitbay.org/krz/yoshi-cli.git

9d400ecdf336904b0da487e23b14c8a0eadfd41c

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2024-11-07T03:58:01Z

update README
 README.md | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 0ecf2bd..f6ae396 100644
--- a/README.md
+++ b/README.md
@@ -21,21 +21,20 @@ information.
 
 [(Back to top)](#table-of-contents)
 
-To run the script locally, run the following commands:
+## PyPi
 
 ```bash
-git clone REPO_URL
+pip install yoshi-cli
 ```
 
-```bash
-cd yoshi
-```
+## Manual
 
-```bash
-pip3 install -r requirements.txt
-```
+To run the script locally, run the following commands:
 
 ```bash
+git clone REPO_URL
+cd yoshi
+pip3 install -r requirements.txt
 python3 main.py --help
 ```