From 68e5b64c3306554db4d5ea85fb9c280d1042be89 Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Tue, 23 Jun 2020 10:00:08 -0400 Subject: [PATCH] Don't contradict yourself. --- native/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/native/README.md b/native/README.md index 90bfde15d..ce9bdb12a 100644 --- a/native/README.md +++ b/native/README.md @@ -28,5 +28,4 @@ In theory, these libraries can be compiled for any Unix-like system (in the past but interest in other systems is minimal at best, thus we focus on Linux x86_64 and aarch64 as they are commonly used platforms. -There is no support for Alpine Linux, however using `apk add libc6-compat` may enable native support. -Alpine Linux support is on a "best-effort" basis only. \ No newline at end of file +Alpine Linux support is on a "best-effort" basis only. Using `apk add libc6-compat` may enable native support. \ No newline at end of file