Skip to content

Commit b6442cd

Browse files
committed
chore: remove references to tap in favor of homebrew-core
Signed-off-by: Taylor Price <[email protected]>
1 parent daef472 commit b6442cd

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

.goreleaser.yml

-13
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,3 @@ 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

+1-1
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-ai/tap/gptscript
17+
brew install gptscript
1818
gptscript github.com/gptscript-ai/llm-basics-demo
1919
```
2020

docs/docs/01-overview.md

+1-1
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-ai/tap/gptscript
25+
brew install gptscript
2626
gptscript github.com/gptscript-ai/llm-basics-demo
2727
```
2828
</TabItem>

0 commit comments

Comments
 (0)