From 7f20bd2cfc658961df5c51f6b2196d69b302da67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Hern=C3=A1ndez=20Rostr=C3=A1n?= Date: Thu, 14 Dec 2023 18:30:50 -0600 Subject: [PATCH] build: change brew tap repository docs: add homebrew to docs --- .goreleaser.yaml | 2 +- README.md | 8 ++++---- www/docs/intro/install.md | 6 ++++++ 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index e6e87c5..eea04b2 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -47,7 +47,7 @@ archives: brews: - repository: owner: kevinah95 - name: homebrew-tap-hacienda + name: homebrew-tap folder: Formula goarm: "7" homepage: https://kevinah95.github.io/hacienda diff --git a/README.md b/README.md index eb349e1..8217a64 100644 --- a/README.md +++ b/README.md @@ -19,16 +19,16 @@ Hacienda es una aplicaciĆ³n que se conecta al API del Ministerio de Hacienda de $ curl -sf http://goblin.run/github.com/kevinah95/hacienda | sh ``` -### Go +### Homebrew tap ``` -$ go install github.com/kevinah95/hacienda@latest +$ brew install kevinah95/tap/hacienda ``` -### Homebrew +### Go install ``` -$ TODO +$ go install github.com/kevinah95/hacienda@latest ``` ### Manual diff --git a/www/docs/intro/install.md b/www/docs/intro/install.md index d706bd4..8f53586 100644 --- a/www/docs/intro/install.md +++ b/www/docs/intro/install.md @@ -13,6 +13,12 @@ A continuaciĆ³n puedes encontrar los pasos para cada una de ellas. $ curl -sf http://goblin.run/github.com/kevinah95/hacienda | sh ``` +### Homebrew tap + +``` +$ brew install kevinah95/tap/hacienda +``` + ### Go install ```bash