diff --git a/clients/cli/README.md b/clients/cli/README.md index ff6d824..07ec875 100644 --- a/clients/cli/README.md +++ b/clients/cli/README.md @@ -7,6 +7,14 @@ It is the highest-performance option for proving. If you don't have these dependencies already, install them first. +### Linux + +``` +sudo apt update +sudo apt upgrade +sudo apt install build-essential pkg-config libssl-dev git-all +``` + ### Mac If you have [installed Homebrew](https://brew.sh/) to manage packages on OS X, @@ -16,14 +24,6 @@ follow these instructions to install Git: brew install git ``` -### Linux - -``` -sudo apt update -sudo apt upgrade -sudo apt install build-essential pkg-config libssl-dev git-all -``` - ## Quick start ```