mirror of https://github.com/status-im/go-waku.git
Add required go version to README.md
This commit is contained in:
parent
7f4e10cbe4
commit
c3d9868e77
|
@ -46,10 +46,9 @@ Thank you for considering to help out with the source code! We welcome contribut
|
||||||
If you'd like to contribute to go-waku, please fork, fix, commit and send a pull request. If you wish to submit more complex changes though, please check up with the core devs first to ensure those changes are in line with the general philosophy of the project and/or get some early feedback which can make both your efforts much lighter as well as our review and merge procedures quick and simple.
|
If you'd like to contribute to go-waku, please fork, fix, commit and send a pull request. If you wish to submit more complex changes though, please check up with the core devs first to ensure those changes are in line with the general philosophy of the project and/or get some early feedback which can make both your efforts much lighter as well as our review and merge procedures quick and simple.
|
||||||
|
|
||||||
To build and test this repository, you need:
|
To build and test this repository, you need:
|
||||||
- [Go](https://golang.org/)
|
- [Go](https://golang.org/) (version 1.13 or later)
|
||||||
- [protoc](https://grpc.io/docs/protoc-installation/)
|
- [protoc](https://grpc.io/docs/protoc-installation/)
|
||||||
- [Protocol Buffers for Go with Gadgets](https://github.com/gogo/protobuf)
|
- [Protocol Buffers for Go with Gadgets](https://github.com/gogo/protobuf)
|
||||||
]
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
Licensed and distributed under either of
|
Licensed and distributed under either of
|
||||||
|
|
Loading…
Reference in New Issue