Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
getinnocuous committed Dec 13, 2024
1 parent f899745 commit 82d2a40
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,15 +207,19 @@ Sources that encountered errors will send errors on the `query.{uuid}` subject o

## Building

First install the dependencies:
Install the Go dependencies:

```shell
npm i

go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install connectrpc.com/connect/cmd/protoc-gen-connect-go@latest
```

Install the Node dependencies:

```shell
npm i
```

Run `buf` through `npx` to generate the stubs:

```shell
Expand Down

0 comments on commit 82d2a40

Please sign in to comment.