Reorder README

This commit is contained in:
Collin Jackson 2024-10-20 23:49:31 -07:00
parent 55ce39ba8e
commit b0f1cea711

View File

@ -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
```