diff --git a/README.md b/README.md index df4c61f1..65cc37e4 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,17 @@ Here are some sample use cases of GPTScript: ### Getting started -MacOS and Linux: +MacOS and Linux (Homebrew): ``` brew install gptscript-ai/tap/gptscript gptscript github.com/gptscript-ai/llm-basics-demo ``` +MacOS and Linux (install.sh): +``` +curl https://get.gptscript.ai/install.sh | sh +``` + Windows: ``` winget install gptscript-ai.gptscript diff --git a/docs/docs/01-overview.md b/docs/docs/01-overview.md index b808ae6f..a3e71857 100644 --- a/docs/docs/01-overview.md +++ b/docs/docs/01-overview.md @@ -20,23 +20,26 @@ Here are some sample use cases of GPTScript: ### Getting Started - + ```shell brew install gptscript-ai/tap/gptscript gptscript github.com/gptscript-ai/llm-basics-demo ``` - A few notes: - - You'll need an [OpenAI API key](https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key) - - The above script is a simple chat-based assistant. You can ask it questions and it will answer to the best of its ability. + + + ```shell + curl https://get.gptscript.ai/install.sh | sh + gptscript github.com/gptscript-ai/llm-basics-demo + ``` ```shell winget install gptscript-ai.gptscript gptscript github.com/gptscript-ai/llm-basics-demo ``` - A few notes: - - You'll need an [OpenAI API key](https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key) - - After installing gptscript you may need to restart your terminal for the changes to take effect - - The above script is a simple chat-based assistant. You can ask it questions and it will answer to the best of its ability. +A few notes: +- You'll need an [OpenAI API key](https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key) +- On Windows, after installing gptscript you may need to restart your terminal for the changes to take effect +- The above script is a simple chat-based assistant. You can ask it questions and it will answer to the best of its ability.