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
|
git clone https://github.com/OliveTin/OliveTin.git
|
||||||
cd OliveTin
|
cd OliveTin
|
||||||
|
|
||||||
# For each dependency in tools.go;
|
make grpc
|
||||||
go install "github.com/bufbuild/buf/cmd/buf"
|
|
||||||
go install ...
|
|
||||||
|
|
||||||
buf generate
|
|
||||||
|
|
||||||
make
|
make
|
||||||
./OliveTin
|
./OliveTin
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue