From 80fb24d54c19e4757928a908bab9eb6b735cd799 Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Wed, 15 Jun 2016 15:23:46 +0300 Subject: [PATCH] Clear up binary/platform-specific in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d77e4ab..73702cb 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,9 @@ source-based distribution ##### Use with different standard C libraries The binary versions of this gem are linked against the most used standard -library - glibc. Currently rubygems does not differentiate binary gems by -standard library so we have no way of distributing different binaries for -differnt standard libraries. +library - glibc. Currently rubygems has no mechanism to differentiate +platform-specific gems by standard library so we have no way of distributing +different binaries for differnt standard libraries. What this means is that if you're running a distro that does not use glibc (like Alpine Linux), you'll have to use a source version of the gem.