Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/HardhatChad/ore-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
HardhatChad committed Aug 8, 2024
2 parents 1cfd4d6 + 292d5ed commit 79b6d12
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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,9 +29,9 @@ 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
choco install openssl pkgconfiglite
```

## Build
Expand Down

0 comments on commit 79b6d12

Please sign in to comment.