Browse Source

Remove the Alpine Linux version reference

This reference was obsolete and unmaintained. It should be updated at
least at every change in the minimal required Rust version, and I don't
want to specifically check the Alpine Linux repository just to check
which release includes a compatible Rust version. No other distribution
has such information.
pull/62/head
Rodolphe Bréard 3 years ago
parent
commit
5817c5556a
  1. 2
      README.md

2
README.md

@ -85,7 +85,7 @@ ACMEd depends OpenSSL 1.1.0 or higher.
On systems based on Debian/Ubuntu, you may need to install the `libssl-dev`, `build-essential` and `pkg-config` packages.
On Alpine Linux, you may need to install the `openssl-dev` and `alpine-sdk` packages. Since Alpine Linux 3.12 you can use the `rust` and `cargo` packages from the community repository. Older versions of Alpine Linux will require you to install the stable version of Rust using rustup.
On Alpine Linux, you may need to install the `openssl-dev` and `alpine-sdk` packages.
```
$ make

Loading…
Cancel
Save