From 761160918de8941b9e20216e99a3dc0f1dce4d63 Mon Sep 17 00:00:00 2001 From: James Read Date: Fri, 3 Sep 2021 23:13:41 +0100 Subject: [PATCH] Update CONTRIBUTING.adoc --- CONTRIBUTING.adoc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 97d45d1..093f9b3 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -28,8 +28,13 @@ The preferred way to communicate is probably via Discord or GitHub issues. dnf install git go protobuf-compiler make -y git clone https://github.com/OliveTin/OliveTin.git cd OliveTin -go get -make grpc + +# For each dependency in tools.go; +go install "github.com/bufbuild/buf/cmd/buf" +go install ... + +buf generate + make ./OliveTin ```