Skip to content

Commit

Permalink
Added homebrew release and minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
biagiopietro committed Mar 4, 2024
1 parent 6e6522b commit 420e814
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
File renamed without changes.
14 changes: 14 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@ archives:
- goos: windows
format: zip

brews:
- repository:
owner: cmd-tools
name: homebrew-tap

commit_author:
name: cmd-tools
email: cmdtoolsowner@gmail.com

folder: Formula
homepage: "https://github.com/cmd-tools/gtfocli"
description: " GTFO Command Line Interface for easy binaries search commands that can be used to bypass local security restrictions in misconfigured systems."
license: "Apache License 2.0"

changelog:
sort: asc
filters:
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ Using `go`:
go install github.com/cmd-tools/gtfocli@latest
```

Using `homebrew`:

```shell
brew tap cmd-tools/homebrew-tap
brew install gtfocli
```

Using `docker`:

```shell
Expand Down

0 comments on commit 420e814

Please sign in to comment.