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

This commit is contained in:
jamesread 2021-09-03 23:51:51 +01:00
commit 554c3f4d6c
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
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
```