Skip to content

Commit

Permalink
build: change brew tap repository
Browse files Browse the repository at this point in the history
docs: add homebrew to docs
  • Loading branch information
kevinah95 committed Dec 15, 2023
1 parent 940ff50 commit 7f20bd2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions www/docs/intro/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f20bd2

Please sign in to comment.