I tried to do the "hard" way of installing and the rust build fails with: ``` error: could not find system library 'openssl' required by the 'openssl-sys' crate ``` I think it would be good to add the appropriate `apt install` for the correct library.
I tried to do the "hard" way of installing and the rust build fails with:
I think it would be good to add the appropriate
apt installfor the correct library.