Browse Source

Update CONTRIBUTING.adoc

Added description for buf.
James Read 4 năm trước cách đây
mục cha
commit
c322a50329
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      CONTRIBUTING.adoc

+ 3 - 0
CONTRIBUTING.adoc

@@ -29,6 +29,9 @@ dnf install git go protobuf-compiler make -y
 git clone https://github.com/OliveTin/OliveTin.git
 cd OliveTin
 
+# `make grpc` will also run `make go-tools`, which installs "buf". This binary 
+# will be put in your GOPATH/bin/, which should be on your path. buf is used to 
+# generate the protobuf / grpc stubs.
 make grpc
 make
 ./OliveTin