Skip to content

Commit 65cb663

Browse files
docs(orch): add missing go-livepeer dependency (#720)
1 parent 79fe257 commit 65cb663

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

orchestrators/guides/install-go-livepeer.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,10 @@ Building `livepeer` requires some system dependencies.
162162
apt-get update && apt-get -y install build-essential pkg-config autoconf git curl yasm
163163
```
164164

165-
#### Linux (Ubuntu: 20.04)
165+
#### Linux (Ubuntu: 20.04 or newer)
166166

167167
```bash
168-
apt-get -y install protobuf-compiler-grpc golang-goprotobuf-dev yasm
168+
apt-get -y install protobuf-compiler-grpc golang-goprotobuf-dev yasm pkg-config
169169
```
170170

171171
#### Linux GPU support

0 commit comments

Comments
 (0)