Skip to content

Commit 6a2e083

Browse files
committed
fixup readme
1 parent 0204d13 commit 6a2e083

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,15 @@ https://github.com/edera-dev
66

77
Protect computing workloads with advanced isolation technology.
88

9-
This repo contains Edera's public protobuf definitions. The folder hierarchy, file naming and package naming schemes follow the [Buf style guide](https://buf.build/docs/best-practices/style-guide/).
9+
This repo contains Edera's public protobuf definitions.
10+
11+
These protobufs are published to a [`buf.build` repo here](https://buf.build/edera-dev/protect).
12+
13+
You can include these protos in your own `buf.yaml` like so:
14+
15+
``` yaml
16+
deps:
17+
- buf.build/edera-dev/protect
18+
```
19+
20+
The folder hierarchy, file naming and package naming schemes follow the [Buf style guide](https://buf.build/docs/best-practices/style-guide/).

0 commit comments

Comments
 (0)