We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91a766 commit b9ed3adCopy full SHA for b9ed3ad
README.md
@@ -23,7 +23,7 @@ To compile this crate you need docker and cross:
23
24
```shell
25
$ cargo install cross
26
-$ cross build # will build with GNU toolchain
+$ cross build # will build with GNU GCC or LLVM toolchains
27
```
28
29
If you want to run rust-htslib code on AWS lambda, you'll need to statically compile it with MUSL as follows:
0 commit comments