Skip to content

Commit

Permalink
bt: update hombrew installation
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGamba committed Jul 17, 2024
1 parent c63e17c commit b3bfd07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion HomebrewFormula/bt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ class Bt < Formula

desc "#{@@tool_desc}"
homepage "https://github.com/DavidGamba/dgtools/tree/master/#{@@tool_name}"
head "https://github.com/DavidGamba/dgtools.git", branch: "master"
url "https://github.com/DavidGamba/dgtools/archive/refs/tags/bt/v0.6.0.tar.gz"
sha256 "92e06859b363df425dc0d1515c018b2458c8691c5d00239c5a762ef530fd83a0"

depends_on "go" => :build

Expand Down
4 changes: 2 additions & 2 deletions bt/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ It automatically uses the `TF_WORKSPACE` environment variable rather than select
+
----
brew tap DavidGamba/dgtools https://github.com/DavidGamba/dgtools
brew install --HEAD DavidGamba/dgtools/bt
brew install DavidGamba/dgtools/bt
----
+
[NOTE]
Expand All @@ -53,7 +53,7 @@ Upgrade with:
+
----
brew update
brew reinstall bt
brew upgrade bt
----

* Install using go:
Expand Down

0 comments on commit b3bfd07

Please sign in to comment.