Skip to content

Commit

Permalink
docs: instruction for updating the protos
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Di Donato <[email protected]>
  • Loading branch information
leodido authored and poiana committed Sep 25, 2019
1 parent 438aeee commit 79e4825
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@
go get -u github.com/falcosecurity/client-go
```

## Update protos

Perform the following edits to the Makefile:

1. Update the `PROTOS` array with the destination path of the `.proto` fike.
2. Update the `PROTO_URLS` array with the URL from which to download it.
3. Update thr `PROTO_SHAS` array with the SHA256 sum of the file to download.
4. Execute the following commands:

```console
make clean
make protos
```

## Usage

### Client creation
Expand Down

0 comments on commit 79e4825

Please sign in to comment.