Skip to content

Binary Releases

Download the binary using wget

Terminal window
URL=https://github.com/ak9024/rustywatch/releases
VERSION="v0.2.10"
TARGET=x86_64-unknown-linux-gnu.tar.gz"
wget "${URL}/download/v${VERSION}/rustywatch-${VERSION}-${TARGET}.tar.gz"

Please set the URL, VERSION and TARGET suitable with your needed.