From 5817c5556a2e9768714dfbc54e7c85548c7b38e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sat, 21 May 2022 10:41:26 +0200 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07d4bc4..d7ad7db 100644 --- a/README.md +++ b/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