From b6442cdd23770049e7031ec62d14c7dd20321419 Mon Sep 17 00:00:00 2001 From: Taylor Price Date: Tue, 9 Jul 2024 16:05:31 -0700 Subject: [PATCH] chore: remove references to tap in favor of homebrew-core Signed-off-by: Taylor Price --- .goreleaser.yml | 13 ------------- README.md | 2 +- docs/docs/01-overview.md | 2 +- 3 files changed, 2 insertions(+), 15 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index b04bb8ea..d76c2e2e 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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 }}" diff --git a/README.md b/README.md index 65cc37e4..1da91c90 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/docs/docs/01-overview.md b/docs/docs/01-overview.md index a3e71857..5ba2e7d1 100644 --- a/docs/docs/01-overview.md +++ b/docs/docs/01-overview.md @@ -22,7 +22,7 @@ Here are some sample use cases of GPTScript: ```shell - brew install gptscript-ai/tap/gptscript + brew install gptscript gptscript github.com/gptscript-ai/llm-basics-demo ```