Skip to content

Commit

Permalink
Merge pull request #8 from loveholidays/change-structure-to-be-friend…
Browse files Browse the repository at this point in the history
…ly-with-goinstall

Change structure to be friendly with goinstall
  • Loading branch information
npalumbo authored Aug 7, 2024
2 parents 692b369 + 34118ef commit 36d4ab5
Show file tree
Hide file tree
Showing 3 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 36d4ab5

Please sign in to comment.