Skip to content

Commit 8106217

Browse files
committed
Update installation
1 parent 597a2e0 commit 8106217

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

docs/running/hyperqueue.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,10 @@ It's especially useful for workflows that involve numerous tasks, each requiring
1212

1313
[](){#ref-hyperqueue-setup}
1414
## Setup
15-
Before you can use HyperQueue, you'll need to download it. No installation is needed as it is a statically linked binary with no external dependencies. Here’s how to set it up in your home directory:
16-
17-
```bash
18-
$ cd ~/bin
19-
$ wget https://github.com/It4innovations/hyperqueue/releases/download/v0.23.0/hq-v0.23.0-linux-arm64-linux.tar.gz
20-
$ tar -zxf hq-v0.23.0-linux-arm64-linux.tar.gz
21-
$ rm hq-v0.23.0-linux-arm64-linux.tar.gz
22-
```
23-
24-
To make the `hq` command available in your current session, add it to your `PATH` environment variable:
25-
26-
```bash
27-
$ export PATH=~/bin:$PATH
28-
```
29-
You can also add this line to your `~/.bashrc` or `~/.bash_profile` to make the change permanent.
15+
Before you can use HyperQueue, you'll need to download it.
16+
No installation is needed as it is a statically linked binary with no external dependencies.
17+
You can download the latest version from the [official site](https://it4innovations.github.io/hyperqueue/stable/installation/).
18+
Because there are different architectures on Alps (ARM and x86_64), we recommend unpacking the binary in `$HOME/.local/<arch>/bin`, as described [here][ref-guides-terminal-arch].
3019

3120
[](){#ref-hyperqueue-example}
3221
## Example workflow

0 commit comments

Comments
 (0)