Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HardhatChad authored Aug 8, 2024
1 parent a2d137c commit 631b12f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ cargo install ore-cli
```


#### Dependencies
If you run into installation issues, please install the dependencies listed below for your operating system and try again:
### Dependencies
If you run into issues during installation, please install the following dependencies for your operating system and try again:

Linux
#### Linux
```
sudo apt-get install openssl pkg-config libssl-dev
```

MacOS (using [Homebrew](https://brew.sh/))
#### MacOS (using [Homebrew](https://brew.sh/))
```
brew install openssl pkg-config
Expand All @@ -29,7 +29,7 @@ export LDFLAGS="-L/usr/local/opt/openssl/lib"
export CPPFLAGS="-I/usr/local/opt/openssl/include"
```

Windows (using [Chocolatey](https://chocolatey.org/))
#### Windows (using [Chocolatey](https://chocolatey.org/))
```
choco install pkgconfiglite
```
Expand Down

0 comments on commit 631b12f

Please sign in to comment.