diff --git a/v1/orchestrators/guides/install-go-livepeer.mdx b/v1/orchestrators/guides/install-go-livepeer.mdx index fa5e64aeb..e6e189498 100644 --- a/v1/orchestrators/guides/install-go-livepeer.mdx +++ b/v1/orchestrators/guides/install-go-livepeer.mdx @@ -160,16 +160,10 @@ docker pull livepeer/go-livepeer:master Building `livepeer` requires some system dependencies. -#### Linux (Ubuntu: 16.04 or 18.04) +#### Linux (Ubuntu Server 20.04 or newer) ```bash -apt-get update && apt-get -y install build-essential pkg-config autoconf git curl yasm -``` - -#### Linux (Ubuntu: 20.04 or newer) - -```bash -apt-get -y install protobuf-compiler-grpc golang-goprotobuf-dev yasm pkg-config +apt-get -y install build-essential pkg-config nasm libx264-dev ``` #### Linux GPU support