diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 7838731..4f0b2d6 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -21,7 +21,7 @@ changelog: - '^docs:' - '^test:' brews: - - name: excalidrawdecrypt + - name: excalidraw-decrypt tap: owner: loveholidays name: homebrew-tap diff --git a/README.md b/README.md index 4c78fa2..3fe0b4e 100644 --- a/README.md +++ b/README.md @@ -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.