doc: Simplified make deps

This commit is contained in:
jamesread 2022-04-26 15:33:19 +01:00
parent d3581e4829
commit 0b75bce275
1 changed files with 1 additions and 6 deletions

View File

@ -29,12 +29,7 @@ dnf install git go protobuf-compiler make -y
git clone https://github.com/OliveTin/OliveTin.git
cd OliveTin
# For each dependency in tools.go;
go install "github.com/bufbuild/buf/cmd/buf"
go install ...
buf generate
make grpc
make
./OliveTin
```