krz/yoshi-cli

A password manager for the command line.

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

138763a9cbf70981f573756a6d0168318271711d

signed_unknown_key

author: Christian Cleberg <hello@cmc.pub> · 2025-03-29T04:33:28Z

update README to use URLs for images
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 1180938..aa5c76c 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ cd yoshi-cli
 pipx install .
 ```
 
-![Yoshi CLI Installation](./examples/installation.png)
+![Yoshi CLI Installation](https://github.com/ccleberg/yoshi-cli/blob/main/examples/installation.png?raw=true)
 
 # Usage
 
@@ -43,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/help.png)
+![Yoshi CLI Help](https://github.com/ccleberg/yoshi-cli/blob/main/examples/help.png?raw=true)
 
 ## Arguments
 
@@ -171,7 +171,7 @@ when encrypting, none are required when decrypting:
   </tbody>
 </table>
 
-![Yoshi CLI New Account](./examples/accounts.png)
+![Yoshi CLI New Account](https://github.com/ccleberg/yoshi-cli/blob/main/examples/accounts.png?raw=true)
 
 # Contributing