From d60d1045398727e52bbdff81d39e771e68033c51 Mon Sep 17 00:00:00 2001 From: Anders Steen Date: Sun, 3 Mar 2024 16:07:28 +0100 Subject: [PATCH] Make warning more clean --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index faf7770..516f7cd 100644 --- a/README.md +++ b/README.md @@ -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.