Skip to content

Commit

Permalink
README.md: add fedora instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Aug 13, 2024
1 parent d17d2ce commit 1dcd2c3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions rustls-libssl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1dcd2c3

Please sign in to comment.