From fd19555e1db5fa6f82c75a66c7b43a480514353d Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Thu, 7 Nov 2024 18:36:04 -0600 Subject: update README screenshots --- README.md | 6 ++++-- examples/accounts.png | Bin 0 -> 272580 bytes examples/help.png | Bin 0 -> 265251 bytes examples/installation.png | Bin 0 -> 174068 bytes examples/yoshi-example.png | Bin 367683 -> 0 bytes examples/yoshi-help.png | Bin 405684 -> 0 bytes 6 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 examples/accounts.png create mode 100644 examples/help.png create mode 100644 examples/installation.png delete mode 100644 examples/yoshi-example.png delete mode 100644 examples/yoshi-help.png 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 ` -![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: -![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 Binary files /dev/null and b/examples/accounts.png differ diff --git a/examples/help.png b/examples/help.png new file mode 100644 index 0000000..55bab27 Binary files /dev/null and b/examples/help.png differ diff --git a/examples/installation.png b/examples/installation.png new file mode 100644 index 0000000..e0c8db0 Binary files /dev/null and b/examples/installation.png differ diff --git a/examples/yoshi-example.png b/examples/yoshi-example.png deleted file mode 100644 index 02dd312..0000000 Binary files a/examples/yoshi-example.png and /dev/null differ diff --git a/examples/yoshi-help.png b/examples/yoshi-help.png deleted file mode 100644 index a25b1c7..0000000 Binary files a/examples/yoshi-help.png and /dev/null differ -- cgit v1.2.3-70-g09d2