Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions orchestrators/guides/install-go-livepeer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ Building `livepeer` requires some system dependencies.
apt-get update && apt-get -y install build-essential pkg-config autoconf git curl yasm
```

#### Linux (Ubuntu: 20.04)
#### Linux (Ubuntu: 20.04 or newer)

```bash
apt-get -y install protobuf-compiler-grpc golang-goprotobuf-dev yasm
apt-get -y install protobuf-compiler-grpc golang-goprotobuf-dev yasm pkg-config
```

#### Linux GPU support
Expand Down