Skip to content

Commit 631b12f

Browse files
authored
Update README.md
1 parent a2d137c commit 631b12f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ cargo install ore-cli
1111
```
1212

1313

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

17-
Linux
17+
#### Linux
1818
```
1919
sudo apt-get install openssl pkg-config libssl-dev
2020
```
2121

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

32-
Windows (using [Chocolatey](https://chocolatey.org/))
32+
#### Windows (using [Chocolatey](https://chocolatey.org/))
3333
```
3434
choco install pkgconfiglite
3535
```

0 commit comments

Comments
 (0)