aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--examples/accounts.pngbin0 -> 272580 bytes
-rw-r--r--examples/help.pngbin0 -> 265251 bytes
-rw-r--r--examples/installation.pngbin0 -> 174068 bytes
-rw-r--r--examples/yoshi-example.pngbin367683 -> 0 bytes
-rw-r--r--examples/yoshi-help.pngbin405684 -> 0 bytes
6 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
diff --git a/examples/accounts.png b/examples/accounts.png
new file mode 100644
index 0000000..924053b
--- /dev/null
+++ b/examples/accounts.png
Binary files differ
diff --git a/examples/help.png b/examples/help.png
new file mode 100644
index 0000000..55bab27
--- /dev/null
+++ b/examples/help.png
Binary files differ
diff --git a/examples/installation.png b/examples/installation.png
new file mode 100644
index 0000000..e0c8db0
--- /dev/null
+++ b/examples/installation.png
Binary files differ
diff --git a/examples/yoshi-example.png b/examples/yoshi-example.png
deleted file mode 100644
index 02dd312..0000000
--- a/examples/yoshi-example.png
+++ /dev/null
Binary files differ
diff --git a/examples/yoshi-help.png b/examples/yoshi-help.png
deleted file mode 100644
index a25b1c7..0000000
--- a/examples/yoshi-help.png
+++ /dev/null
Binary files differ