Skip to content

Commit ae6ed18

Browse files
authored
Update README.md
1 parent 47e4cd6 commit ae6ed18

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,14 @@ To run the `nail search` pipeline, `mmseqs search` must be available in your sys
3232

3333
## Installation
3434

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).
4436

4537
### Building from source
4638

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:
4843

4944
git clone https://github.com/TravisWheelerLab/nail
5045
cd nail/

0 commit comments

Comments
 (0)