Skip to content

Commit

Permalink
Update Readme to contain required Go lang version and how to build pr…
Browse files Browse the repository at this point in the history
…oject
  • Loading branch information
janaakhterov committed Nov 9, 2019
1 parent 94a9fae commit e408cab
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# hedera-sdk-go

### Dependencies
Go lang version 1.13

### Building
First [build the protobufs](#Rebuilding the Protobufs)
```
go build
```

### Rebuilding the Protobufs
`protoc --go_out=plugins=grpc:./hedera_proto -I ./vendor/hedera-protobuf/src/main/proto ./vendor/hedera-protobuf/src/main/proto/*.proto`

0 comments on commit e408cab

Please sign in to comment.