Skip to content

Commit 9d18bb3

Browse files
committed
Docs: Reintroduce install.sh
Signed-off-by: Craig Jellick <[email protected]>
1 parent 0ef0f82 commit 9d18bb3

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,17 @@ Here are some sample use cases of GPTScript:
1212

1313

1414
### Getting started
15-
MacOS and Linux:
15+
MacOS and Linux (Homebrew):
1616
```
1717
brew install gptscript-ai/tap/gptscript
1818
gptscript github.com/gptscript-ai/llm-basics-demo
1919
```
2020

21+
MacOS and Linux (install.sh):
22+
```
23+
curl https://get.gptscript.ai/install.sh | sh
24+
```
25+
2126
Windows:
2227
```
2328
winget install gptscript-ai.gptscript

docs/docs/01-overview.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,26 @@ Here are some sample use cases of GPTScript:
2020
### Getting Started
2121

2222
<Tabs>
23-
<TabItem value="MacOS and Linux">
23+
<TabItem value="MacOS and Linux (Homebrew)">
2424
```shell
2525
brew install gptscript-ai/tap/gptscript
2626
gptscript github.com/gptscript-ai/llm-basics-demo
2727
```
28-
A few notes:
29-
- You'll need an [OpenAI API key](https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key)
30-
- The above script is a simple chat-based assistant. You can ask it questions and it will answer to the best of its ability.
28+
</TabItem>
29+
<TabItem value="MacOS and Linux (install.sh)">
30+
```shell
31+
curl https://get.gptscript.ai/install.sh | sh
32+
gptscript github.com/gptscript-ai/llm-basics-demo
33+
```
3134
</TabItem>
3235
<TabItem value="Windows">
3336
```shell
3437
winget install gptscript-ai.gptscript
3538
gptscript github.com/gptscript-ai/llm-basics-demo
3639
```
37-
A few notes:
38-
- You'll need an [OpenAI API key](https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key)
39-
- After installing gptscript you may need to restart your terminal for the changes to take effect
40-
- The above script is a simple chat-based assistant. You can ask it questions and it will answer to the best of its ability.
4140
</TabItem>
4241
</Tabs>
42+
A few notes:
43+
- You'll need an [OpenAI API key](https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key)
44+
- On Windows, after installing gptscript you may need to restart your terminal for the changes to take effect
45+
- The above script is a simple chat-based assistant. You can ask it questions and it will answer to the best of its ability.

0 commit comments

Comments
 (0)