From 99e3e15181d1ec616373bba80b284e7049815595 Mon Sep 17 00:00:00 2001 From: Jim Shaw Date: Thu, 30 May 2024 17:08:26 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea94807..cccf91a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ mamba install -c bioconda fairy ``` > [!WARNING] -> If you're using linux, conda may require AVX2/AVX512 instructions (e.g. a newer CPU) or [have issues](https://github.com/bluenote-1577/fairy/issues/1). Source install (option 2) and the static binary (option 3) should still work. +> If you're using linux, AVX512 instructions (e.g. a newer CPU) [may be required](https://github.com/bluenote-1577/fairy/issues/1) for conda. Source install (option 2) and the static binary (option 3) will work for any CPU. #### Option 2: Build from source