File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ cargo install ore-cli
11
11
```
12
12
13
13
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:
16
16
17
- Linux
17
+ #### Linux
18
18
```
19
19
sudo apt-get install openssl pkg-config libssl-dev
20
20
```
21
21
22
- MacOS (using [ Homebrew] ( https://brew.sh/ ) )
22
+ #### MacOS (using [ Homebrew] ( https://brew.sh/ ) )
23
23
```
24
24
brew install openssl pkg-config
25
25
@@ -29,7 +29,7 @@ export LDFLAGS="-L/usr/local/opt/openssl/lib"
29
29
export CPPFLAGS="-I/usr/local/opt/openssl/include"
30
30
```
31
31
32
- Windows (using [ Chocolatey] ( https://chocolatey.org/ ) )
32
+ #### Windows (using [ Chocolatey] ( https://chocolatey.org/ ) )
33
33
```
34
34
choco install pkgconfiglite
35
35
```
You can’t perform that action at this time.
0 commit comments