We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS Homebrew:
use cURL install:
curl
install:zigup: cmds: - mkdir -p $HOME/.local/bin/; - cd $HOME/.local/bin/; curl -LJO https://github.com/marler8997/zigup/releases/download/v2022_08_25/zigup.macos-latest-aarch64.zip && unzip zigup.macos-latest-aarch64.zip && rm zigup.macos-latest-aarch64.zip - chmod +x $HOME/.local/bin/zigup; - zigup ignore_error: true
set -gx PATH "$PATH:~/.local/bin"
The text was updated successfully, but these errors were encountered:
It would be really nice to get this one on Homebrew one day!
Sorry, something went wrong.
No branches or pull requests
curl
download installation script here, which can be used if needed.The text was updated successfully, but these errors were encountered: