getdial
v4.2.8
Published
Install the DIAL CLI as a global command via npm
Downloads
244
Maintainers
Readme
getdial
Install the DIAL CLI from npm:
npm install -g getdialThis package downloads the matching prebuilt DIAL binary from the GitHub release for the current package version and exposes dial as the global command.
Legacy installs via @victorysightsound/dial-cli still work, but new installs should use getdial.
Supported targets:
- macOS Apple Silicon
- macOS Intel
- Linux x86_64
- Linux ARM64
- Windows x86_64
Requirements:
- Node.js 18 or newer
- internet access during install so the matching GitHub release asset can be downloaded
Verify the install:
dial --versionIf you need the full onboarding guide, see the main project docs:
- https://github.com/victorysightsound/dial/blob/main/docs/getting-started.md
