Skip to content

Commit a5d21b8

Browse files
authored
Update README.md
1 parent f9dbef3 commit a5d21b8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Detailed benchmarking experiments have shown that SLOW5 format is up to X-fold f
1919

2020
## Quick start
2121

22-
[Not yet implemented] If you are a Linux user and want to quickly try out download the compiled binaries from the [latest release](https://github.com/hasindu2008/slow5tools/releases). For example:
22+
If you are a Linux user and want to quickly try out download the compiled binaries from the [latest release](https://github.com/hasindu2008/slow5tools/releases). For example:
2323
```sh
24-
VERSION=v0.2-beta
25-
wget "https://github.com/hasindu2008/f5c/releases/download/$VERSION/slow5tools-$VERSION-binaries.tar.gz" && tar xvf slow5tools-$VERSION-binaries.tar.gz && cd slow5tools-$VERSION/
24+
VERSION=v0.0-alpha
25+
wget "https://github.com/hasindu2008/slow5tools/releases/download/$VERSION/slow5tools-$VERSION-binaries.tar.gz" && tar xvf slow5tools-$VERSION-binaries.tar.gz && cd slow5tools-$VERSION/
2626
./slow5tools_x86_64_linux
2727
```
2828
Binaries should work on most Linux distributions and the only dependency is `zlib` which is available by default on most distros.
@@ -31,12 +31,11 @@ Binaries should work on most Linux distributions and the only dependency is `zli
3131

3232
### Building a release
3333

34-
[not yet implemnted]
3534

3635
Users are recommended to build from the [latest release](https://github.com/hasindu2008/slow5tools/releases) tar ball. Quick example for Ubuntu :
3736
```sh
3837
sudo apt-get install libhdf5-dev zlib1g-dev #install HDF5 and zlib development libraries
39-
VERSION=v0.2-beta
38+
VERSION=v0.0-alpha
4039
wget "https://github.com/hasindu2008/slow5tools/releases/download/$VERSION/slow5tools-$VERSION-release.tar.gz" && tar xvf slow5tools-$VERSION-release.tar.gz && cd slow5tools-$VERSION/
4140
./configure
4241
make

0 commit comments

Comments
 (0)