Skip to content

Commit

Permalink
Update README.md and goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
npalumbo committed Aug 7, 2024
1 parent a08dbe1 commit 34118ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ changelog:
- '^docs:'
- '^test:'
brews:
- name: excalidrawdecrypt
- name: excalidraw-decrypt
tap:
owner: loveholidays
name: homebrew-tap
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ The library relies on the parameters obtained from Excalidraw shareable links, w
## Install using go toolchain

```
go install github.com/loveholidays/excalidraw-decrypt@latest
go install github.com/loveholidays/excalidraw-decrypt/cmd/excalidraw-decrypt@latest
```

## Install using homebrew

```
brew install loveholidays/tap/excalidrawdecrypt
brew install loveholidays/tap/excalidraw-decrypt
```
## Install by downloading the binary from Github releases
Grab the latest OS/Arch compatible binary from our [Releases](https://github.com/loveholidays/excalidraw-decrypt/releases) page.
Expand Down

0 comments on commit 34118ef

Please sign in to comment.