doc: Simplified make deps
This commit is contained in:
parent
d3581e4829
commit
0b75bce275
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue