You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/01-overview.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,21 @@ Here are some sample use cases of GPTScript:
21
21
22
22
<Tabs>
23
23
<TabItem value="MacOS and Linux (Homebrew)">
24
+
## Homebrew Tap
25
+
___
24
26
```shell
25
27
brew install gptscript
26
28
gptscript github.com/gptscript-ai/llm-basics-demo
27
29
```
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.
0 commit comments