summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cmc.pub>2025-03-28 23:33:28 -0500
committerChristian Cleberg <hello@cmc.pub>2025-03-28 23:33:28 -0500
commit138763a9cbf70981f573756a6d0168318271711d (patch)
tree52e297a24d559a0de8e0aaa115156bdaa0d29ead /README.md
parentea3c5e9d04467ad378c955d17ea343cbaa9f95bc (diff)
downloadyoshi-cli-138763a9cbf70981f573756a6d0168318271711d.tar.gz
yoshi-cli-138763a9cbf70981f573756a6d0168318271711d.tar.bz2
yoshi-cli-138763a9cbf70981f573756a6d0168318271711d.zip
update README to use URLs for images
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files 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