Skip to content

Commit b07f304

Browse files
committed
chore: add note to doc indicating homebrew-core might lag behind
Signed-off-by: Taylor Price <[email protected]>
1 parent 7451579 commit b07f304

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/docs/01-overview.md

+11
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,21 @@ Here are some sample use cases of GPTScript:
2121

2222
<Tabs>
2323
<TabItem value="MacOS and Linux (Homebrew)">
24+
## Homebrew Tap
25+
___
2426
```shell
2527
brew install gptscript-ai/tap/gptscript
2628
gptscript github.com/gptscript-ai/llm-basics-demo
2729
```
30+
## Homebrew
31+
___
32+
:::warning
33+
The [formula in homebrew-core](https://github.com/Homebrew/homebrew-core/blob/master/Formula/g/gptscript.rb) might be slightly outdated. Use our homebrew tap to always get the latest updates.
34+
:::
35+
```
36+
brew install gptscript
37+
gptscript github.com/gptscript-ai/llm-basics-demo
38+
```
2839
</TabItem>
2940
<TabItem value="MacOS and Linux (install.sh)">
3041
```shell

0 commit comments

Comments
 (0)