Skip to content

Commit 0495af4

Browse files
committed
fix(node): Add one liner to install VILLASnode
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
1 parent 3df1414 commit 0495af4

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

docs/node/installation.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -292,19 +292,15 @@ This can be achieved by using the `WITHOUT_GPL` CMake option:
292292
cmake -S . -B build -DWITHOUT_GPL=ON
293293
```
294294

295-
## Single-binary
295+
## Single-binary / Standalone Executable
296296

297-
We provide single-binary builds of VILLASnode bundle all depdendencies in a [self-extracting archive](https://en.wikipedia.org/wiki/Self-extracting_archive).
297+
We provide single-binary / standalone executable builds of VILLASnode bundle all depdendencies in a [self-extracting ARX archive](https://en.wikipedia.org/wiki/Self-extracting_archive).
298298
These standalone binaries allow running VILLASnode irrespectively of the underlying Linux distribution or availability of library dependencies.
299+
299300
The installation becomes pretty simple:
300301

301302
```shell
302-
curl -o villas https://git.rwth-aachen.de/api/v4/projects/79039/jobs/artifacts/master/raw/artifacts/villas?job=build:nix
303-
chmod +x villas
304-
sudo mv villas /usr/local/bin
305-
306-
# Test
307-
villas node --help
303+
bash <(curl -s https://raw.githubusercontent.com/VILLASframework/node/refs/heads/master/tools/villas-install.sh)
308304
```
309305

310306
:::note

0 commit comments

Comments
 (0)