Skip to content

Commit

Permalink
Make warning more clean
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersSteenNilsen committed Mar 3, 2024
1 parent 0900d54 commit d60d104
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,14 @@ If asked a question that will not resolve in a command, GPT is instructed to use
## Installing zshgpt
First install zshgpt application, then [add the plugin](#adding-plugin).
### Prerequisite
* ⚠️ Valid Openai API-key ⚠️
* make sure to save under `OPENAI_API_KEY` env.
* `export OPENAI_API_KEY='sk-...'`
> [!WARNING]
> Valid Openai API-key
>
> make sure to save under `OPENAI_API_KEY` env.
> ```bash
> export OPENAI_API_KEY='sk-...'
> ```
>
### With snap
Snap comes preinstalled and is probalby the fastest way if you are on Linux and do not want to use pipx.
Expand Down

0 comments on commit d60d104

Please sign in to comment.