diff --git a/rustls-libssl/README.md b/rustls-libssl/README.md index bc4f7ce..72f0349 100644 --- a/rustls-libssl/README.md +++ b/rustls-libssl/README.md @@ -22,11 +22,20 @@ We have a [compatibility matrix](MATRIX.md) and # Usage ## Installation +Ubuntu/Debian users: + ```shell $ wget https://github.com/rustls/rustls-openssl-compat/releases/latest/download/rustls-libssl_amd64.deb $ sudo dpkg -i rustls-libssl_amd64.deb ``` +or Fedora/Redhat users: + +```shell +$ wget https://github.com/rustls/rustls-openssl-compat/releases/latest/download/rustls-libssl.x86_64.rpm +$ sudo yum localinstall -y rustls-libssl.x86_64.rpm +``` + Using curl: ```shell