summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md15
1 files 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
```