From b0f1cea71135aa304586b062c24097ae91ac35f5 Mon Sep 17 00:00:00 2001 From: Collin Jackson Date: Sun, 20 Oct 2024 23:49:31 -0700 Subject: [PATCH] Reorder README --- clients/cli/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 ```