Added readme
This commit is contained in:
parent
65a5c28972
commit
de85494b51
1 changed files with 14 additions and 0 deletions
14
readme.md
Normal file
14
readme.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# OKAPI
|
||||
|
||||
This repository contains the protobuf specification and accompanying go module for the [OKAPI](https://docs.decozo.org/okapi/docs) standard.
|
||||
Read the [OKAPI](https://docs.decozo.org/okapi/docs) specification for more information.
|
||||
|
||||
# Compile protobufs into go package on macos
|
||||
|
||||
Compiling the protobuf files yourself is not necessary but here are instructions as how one should compile it if needed (MacOs).
|
||||
|
||||
```
|
||||
$ brew install protoc protoc-gen-go protoc-gen-go-grpc
|
||||
$ cd protobuf
|
||||
$ protoc --go_out=.. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative okapi-errors.proto okapi-onboarding.proto okapi-service-config.proto okapi-events.proto okapi-patient-registration.proto okapi.proto
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue