Add note about rustup update (#696)

This commit is contained in:
pscott 2019-12-10 23:31:25 +01:00 committed by Paul Hauner
parent 182b66f396
commit 8e7b737912

View File

@ -34,6 +34,10 @@ needs to be on your `PATH` before you can run `$ lighthouse`.
See ["Configuring the `PATH` environment variable" See ["Configuring the `PATH` environment variable"
(rust-lang.org)](https://www.rust-lang.org/tools/install) for more information. (rust-lang.org)](https://www.rust-lang.org/tools/install) for more information.
### Compilation error
Make sure you are running the latest version of Rust. If you have installed Rust using rustup, simply type `$ rustup update`.
### OpenSSL ### OpenSSL
If you get a build failure relating to OpenSSL, try installing `openssl-dev` or If you get a build failure relating to OpenSSL, try installing `openssl-dev` or