mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 10:35:01 +00:00
docs: missing golang requirement for local build for debian (#1596)
docs: fix missing golang requirement for local build for debian
This commit is contained in:
parent
dfb7c3b1aa
commit
6f447e613d
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ brew install abseil cmake go grpc protobuf wget
|
||||||
{{% tab name="Debian" %}}
|
{{% tab name="Debian" %}}
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
apt install protobuf-compiler-grpc libgrpc-dev make cmake
|
apt install golang protobuf-compiler-grpc libgrpc-dev make cmake
|
||||||
```
|
```
|
||||||
|
|
||||||
{{% /tab %}}
|
{{% /tab %}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue