Skip to content

Commit 05ebef7

Browse files
authored
Revert "chore: remove references to tap in favor of homebrew-core"
1 parent 1f9e86d commit 05ebef7

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.goreleaser.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,16 @@ release:
5050
owner: gptscript-ai
5151
name: gptscript
5252
prerelease: auto
53+
54+
brews:
55+
- description: "GPTScript CLI"
56+
install: |
57+
bin.install "gptscript"
58+
generate_completions_from_executable(bin/"gptscript", "completion", shells: [:bash, :zsh, :fish])
59+
homepage: "https://github.com/gptscript-ai/gptscript"
60+
skip_upload: false
61+
folder: "Formula"
62+
repository:
63+
owner: gptscript-ai
64+
name: homebrew-tap
65+
token: "{{ .Env.GH_PROJECT_TOKEN }}"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Here are some sample use cases of GPTScript:
1414
### Getting started
1515
MacOS and Linux (Homebrew):
1616
```
17-
brew install gptscript
17+
brew install gptscript-ai/tap/gptscript
1818
gptscript github.com/gptscript-ai/llm-basics-demo
1919
```
2020

docs/docs/01-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Here are some sample use cases of GPTScript:
2222
<Tabs>
2323
<TabItem value="MacOS and Linux (Homebrew)">
2424
```shell
25-
brew install gptscript
25+
brew install gptscript-ai/tap/gptscript
2626
gptscript github.com/gptscript-ai/llm-basics-demo
2727
```
2828
</TabItem>

0 commit comments

Comments
 (0)