raystack / stencil

Stencil is a schema registry that provides schema management and validation dynamically, efficiently, and reliably to ensure data compatibility across applications.
https://raystack.github.io/stencil/
Apache License 2.0
222 stars 41 forks source link

homebrew install command fails #175

Closed o-az closed 4 months ago

o-az commented 4 months ago

following the official installation instruction:

https://github.com/raystack/stencil/blob/2213f4b9120a8f8072d60f01f2af4e1e6f20d758/docs/docs/installation.md?plain=1#L21

CleanShot 2024-06-04 at 21 19 34

turtleDev commented 4 months ago

Hi @o-az

The correct syntax for setting up a tap is

$ brew tap raystack/tap

To install directly use:

$ brew install raystack/tap/stencil

Let us know if you run into any further issues.

ravisuhag commented 4 months ago

@turtleDev I think the download is still failing. Download failed: https://github.com/raystack/stencil/releases/download/v0.5.0/stencil_Darwin_arm64'.tar.gz Issue seems to be the extra quote.

ravisuhag commented 4 months ago

@o-az Fixed the download issue. Should be working now.