GraphN CLI v1.0.21
Immutable
release. Only release title and notes can be modified.
Install
macOS (Apple Silicon):
curl -sSL https://github.com/voltagepark/graphn-cli/releases/download/v1.0.21/graphn-darwin-arm64 -o /usr/local/bin/graphn && chmod +x /usr/local/bin/graphnmacOS (Intel):
curl -sSL https://github.com/voltagepark/graphn-cli/releases/download/v1.0.21/graphn-darwin-amd64 -o /usr/local/bin/graphn && chmod +x /usr/local/bin/graphnLinux (x86_64):
curl -sSL https://github.com/voltagepark/graphn-cli/releases/download/v1.0.21/graphn-linux-amd64 -o /usr/local/bin/graphn && chmod +x /usr/local/bin/graphnLinux (ARM64):
curl -sSL https://github.com/voltagepark/graphn-cli/releases/download/v1.0.21/graphn-linux-arm64 -o /usr/local/bin/graphn && chmod +x /usr/local/bin/graphnHomebrew:
brew tap voltagepark/graphn
brew install graphn