From a88df46949148d2e82b431f745bef0c32a396637 Mon Sep 17 00:00:00 2001 From: Hasindu Gamaarachchi Date: Tue, 10 Sep 2024 12:56:07 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2247c3cf..c01d7a82 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ wget "https://github.com/hasindu2008/f5c/releases/download/$VERSION/f5c-$VERSION ./f5c_x86_64_linux # CPU version ./f5c_x86_64_linux_cuda # cuda supported version ``` -Binaries should work on most Linux distributions as the only dependency is `zlib` which is available by default on most distroibutions. For compiled binaries to work, your processor must support SSSE3 instructions or higher (processors after 2007 have these) and your operating system must have GLIBC 2.17 or higher (Linux distributions from 2014 onwards typically have this). +Binaries should work on most Linux distributions as the only dependency is `zlib` which is available by default on most distributions. For compiled binaries to work, your processor must support SSSE3 instructions or higher (processors after 2007 have these) and your operating system must have GLIBC 2.17 or higher (Linux distributions from 2014 onwards typically have this). You can also use conda to install *f5c* as `conda install f5c -c bioconda -c conda-forge`.