Skip to content

Commit 7c3c720

Browse files
committed
Add example images to README
1 parent 834a86a commit 7c3c720

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
YGKA is an advanced ChatGPT client for shell that acts as Your Genius Knowledgeable Assistant. YGKA supports Unix/Linux pipelines and requires no setting up of tokens or API keys. Furthermore, if you want to use an OpenAI API key, you can easily configure it.
88

9+
![demo](https://raw.githubusercontent.com/code-yeongyu/YGK-a/master/images/factorial.png)
10+
911
## Key Features 💡
1012

1113
- Supports Unix/Linux pipelines
@@ -24,7 +26,11 @@ To begin using YGKA, install it with pip:
2426
pip install ygka
2527
```
2628

27-
Once you've installed YGKA, you can start using it right away. To execute a command, use the following syntax:
29+
Once you've installed YGKA, you can start using it right away, like following.
30+
31+
![demo](https://raw.githubusercontent.com/code-yeongyu/YGK-a/master/images/first.png)
32+
33+
To execute a command, use the following syntax:
2834

2935
```sh
3036
ygka "<your command here>"

images/factorial.png

579 KB
Loading

images/first.png

674 KB
Loading

0 commit comments

Comments
 (0)