summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-11-07 18:36:04 -0600
committerChristian Cleberg <hello@cleberg.net>2024-11-07 18:36:04 -0600
commitfd19555e1db5fa6f82c75a66c7b43a480514353d (patch)
tree78c0e04c396093fd56d15c41cd6ec7aaaf058151 /README.md
parentace37138a976fe4915af71ae6992bb327c64d3cc (diff)
downloadyoshi-cli-fd19555e1db5fa6f82c75a66c7b43a480514353d.tar.gz
yoshi-cli-fd19555e1db5fa6f82c75a66c7b43a480514353d.tar.bz2
yoshi-cli-fd19555e1db5fa6f82c75a66c7b43a480514353d.zip
update README screenshots
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index e7926be..1180938 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,8 @@ cd yoshi-cli
pipx install .
```
+![Yoshi CLI Installation](./examples/installation.png)
+
# Usage
[(Back to top)](#table-of-contents)
@@ -41,7 +43,7 @@ pipx install .
All commands can be passed to the program with the following template:
`yoshi <COMMAND> <FLAG> <PARAMETER>`
-![Yoshi CLI Help](./examples/yoshi-help.png)
+![Yoshi CLI Help](./examples/help.png)
## Arguments
@@ -169,7 +171,7 @@ when encrypting, none are required when decrypting:
</tbody>
</table>
-![Yoshi CLI New Account](./examples/yoshi-example.png)
+![Yoshi CLI New Account](./examples/accounts.png)
# Contributing