Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove references to tap in favor of homebrew-core #617

Merged
merged 1 commit into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,3 @@ release:
owner: gptscript-ai
name: gptscript
prerelease: auto

brews:
- description: "GPTScript CLI"
install: |
bin.install "gptscript"
generate_completions_from_executable(bin/"gptscript", "completion", shells: [:bash, :zsh, :fish])
homepage: "https://github.com/gptscript-ai/gptscript"
skip_upload: false
folder: "Formula"
repository:
owner: gptscript-ai
name: homebrew-tap
token: "{{ .Env.GH_PROJECT_TOKEN }}"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Here are some sample use cases of GPTScript:
### Getting started
MacOS and Linux (Homebrew):
```
brew install gptscript-ai/tap/gptscript
brew install gptscript
gptscript github.com/gptscript-ai/llm-basics-demo
```

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/01-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Here are some sample use cases of GPTScript:
<Tabs>
<TabItem value="MacOS and Linux (Homebrew)">
```shell
brew install gptscript-ai/tap/gptscript
brew install gptscript
gptscript github.com/gptscript-ai/llm-basics-demo
```
</TabItem>
Expand Down