Skip to content

Commit bcded2d

Browse files
authored
Merge pull request #2994 from ProvableHQ/update/readme-steps-macos
Adds additional macOS build steps into README
2 parents a95e1dc + 701aeb9 commit bcded2d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ We recommend installing Rust using [rustup](https://www.rustup.rs/). You can ins
4646
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
4747
```
4848

49+
For macOS users, you will need to subsequently install the following packages:
50+
```bash
51+
brew install pkgconf
52+
brew install openssl
53+
```
54+
4955
- Windows (64-bit):
5056

5157
Download the [Windows 64-bit executable](https://win.rustup.rs/x86_64) or

0 commit comments

Comments
 (0)