You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,19 +32,14 @@ To run the `nail search` pipeline, `mmseqs search` must be available in your sys
32
32
33
33
## Installation
34
34
35
-
To install nail, you'll need the Rust development tooling, which means you'll need to install the Rust compiler and Cargo.
36
-
The easiest way to do that is to use [rustup](https://rustup.rs/).
37
-
38
-
*Note: this may seem like a slight barrier to entry, but it's as simple as running a single shell command.
39
-
That being said, we plan to begin releasing pre-compiled binaries for several platforms in the next release*
40
-
41
-
Once Cargo is installed, you can install nail with:
42
-
43
-
cargo install nail
35
+
You can find precompiled binaries for various platforms on the [latest release page](https://github.com/TravisWheelerLab/nail/releases/tag/nail-v0.4.0).
44
36
45
37
### Building from source
46
38
47
-
If you'd like to build nail from source, you can clone this repository and build the project with Cargo:
39
+
To install nail from source, you'll need the Rust development tooling, which means you'll need to install the Rust compiler and Cargo.
40
+
The easiest way to do that is to use [rustup](https://rustup.rs/).
41
+
42
+
Once you've done that, you can clone this repository and build the project with Cargo:
0 commit comments