Update README

This commit is contained in:
Niels Andriesse 2021-03-15 15:43:17 +11:00
parent 86bbb13611
commit aed11c09de
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Make sure you're pointing to the right openssl installation (e.g. macOS provides
cargo build
```
The Linux Rust installer assumes that you already have a C linker installed. If this is not the case you'll see `error: linker `cc` not found`. To fix this, run:
The Linux Rust installer assumes that you already have a C linker installed. If this is not the case you'll see `error: linker 'cc' not found`. To fix this, run:
```
apt update