Skip to content
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