Skip to content

Commit 4294fb4

Browse files
committed
DOC Point to static link of 1.4.0b1
1 parent eb4c0b3 commit 4294fb4

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,15 @@ Adapt the mount flags (``-v``) as needed.
6262

6363
### Linux
6464

65-
You can get a [statically linked version of NGless
66-
1.1.1](https://github.com/ngless-toolkit/ngless/releases/download/v1.1.1/NGLess-1.1.1-static-Linux64)
67-
or a [build of the latest development
68-
code](https://github.com/ngless-toolkit/ngless/actions/workflows/build_static_embedded_nix.yml)
65+
You can download a [statically linked version of NGless
66+
1.4.0-beta](https://github.com/ngless-toolkit/ngless/releases/download/v1.4.0-beta1/ngless-v1.4.0-beta1-static)
67+
6968
This should work across a wide range of Linux versions (please
7069
[report](https://github.com/ngless-toolkit/ngless/issues) any issues you encounter):
7170

72-
curl -L -O https://github.com/ngless-toolkit/ngless/releases/download/v1.1.1/NGLess-1.1.1-static-Linux64
73-
chmod +x NGLess-1.1.1-static-Linux64
74-
./NGLess-1.1.1-static-Linux64
71+
curl -L -O https://github.com/ngless-toolkit/ngless/releases/download/v1.4.0-beta1/ngless-v1.4.0-beta1-static
72+
chmod +x ngless-v1.4.0-beta1-static
73+
./ngless-v1.4.0-beta1-static
7574

7675
This downloaded file bundles bwa, samtools and megahit (also statically linked).
7776

0 commit comments

Comments
 (0)