소스 검색

Merge branch 'main' of ssh://github.com/OliveTin/OliveTin

jamesread 4 년 전
부모
커밋
496cb400d0
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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