Update CONTRIBUTING.adoc

This commit is contained in:
James Read 2021-09-03 23:13:41 +01:00 committed by GitHub
parent d60c667362
commit 761160918d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -28,8 +28,13 @@ The preferred way to communicate is probably via Discord or GitHub issues.
dnf install git go protobuf-compiler make -y dnf install git go protobuf-compiler make -y
git clone https://github.com/OliveTin/OliveTin.git git clone https://github.com/OliveTin/OliveTin.git
cd OliveTin 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 make
./OliveTin ./OliveTin
``` ```