@@ 23,6 23,18 @@ INSTALLING:
note that administrative privileges may be required for the installation,
depending on the chosen installation directory.
+4. you need an OpenAI API key stored in the $OPENAI_API_KEY environment
+ variable. you can get one at https://platform.openai.com/account/api-keys.
+
+
+USAGE:
+
+run shatgpt with any prompt, and an answer will be generated for you. only the
+response is printed to stdout, so you can use it in scripts or pipe it if you
+want. if you want to generate a shell command, use the `-s` or `--shell` flag.
+if you want to edit the prompt in your preferred editor, add the `-e` or
+`--edit` flags.
+
UNINSTALLING: