Skip to content

ripnet-dev.4

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Sep 20:18
· 33 commits to master since this release

Installation

Download the executable for your platform, then run:

chmod +x ripnet-v1.1.1-linux-x86_64
sudo install -m 755 ripnet-v1.1.1-linux-x86_64 /usr/local/bin/ripnet

or for macOS

chmod +x ripnet-v1.1.1-macos-arm64
sudo install -m 755 ripnet-v1.1.1-macos-arm64 /usr/local/bin/ripnet

The release assets are raw executables without a file extension. install -m 755 sets the executable permission and installs ripnet on your PATH.