We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a95e1dc + 701aeb9 commit bcded2dCopy full SHA for bcded2d
README.md
@@ -46,6 +46,12 @@ We recommend installing Rust using [rustup](https://www.rustup.rs/). You can ins
46
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
47
```
48
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
+
55
- Windows (64-bit):
56
57
Download the [Windows 64-bit executable](https://win.rustup.rs/x86_64) or
0 commit comments