Using Command
Binary download
chmod +x jaz-node
Command line installation
1. download jaz-node execute binary file
linux:
wget -O jaz-node https://s3.amazonaws.com/jaz.s3/bin/release-0.1.3/jaz-node
macos:
wget -O jaz-node https://s3.amazonaws.com/jaz.s3/bin/release-0.1.3/macos/jaz-node
2. change binary mode
chmod +x jaz-node
3. check jaz-node whether the installation was successful
./jaz-node --version
expected output: jaz-node 0.1.0-23b2d98-x86_64-linux-gnu
Last updated