Skip to content

Commit

Permalink
readme: Raise minimum supported glibc version
Browse files Browse the repository at this point in the history
Ubuntu 20.04 uses glibc 2.31.
  • Loading branch information
zaeleus committed Jul 8, 2024
1 parent caa85c9 commit 8d71ed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ There are different methods to install fq.

[Precompiled binaries are built][releases] for modern Linux distributions
(`x86_64-unknown-linux-gnu`), macOS (`x86_64-apple-darwin`), and Windows
(`x86_64-pc-windows-msvc`). The Linux binaries require glibc 2.18+ (CentOS/RHEL
8+, Debian 8+, Ubuntu 14.04+, etc.).
(`x86_64-pc-windows-msvc`). The Linux binaries require glibc 2.31+ (CentOS/RHEL
9+, Debian 11+, Ubuntu 20.04+, etc.).

[releases]: https://github.com/stjude-rust-labs/fq/releases

Expand Down

0 comments on commit 8d71ed5

Please sign in to comment.