Skip to content
New issue

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

Publish this tool on Homebrew #68

Open
hhstore opened this issue Sep 8, 2022 · 1 comment
Open

Publish this tool on Homebrew #68

hhstore opened this issue Sep 8, 2022 · 1 comment

Comments

@hhstore
Copy link

hhstore commented Sep 8, 2022

  • It is not convenient to install this tool using curl/wget etc.
  • It is recommended to publish this tool to the package management tool of each platform.

MacOS Homebrew:

use cURL install:

  • I provide a curl download installation script here, which can be used if needed.
  • base on go-task.
  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
  • fish: set env:
set -gx PATH "$PATH:~/.local/bin"
@unorsk
Copy link

unorsk commented Nov 25, 2024

It would be really nice to get this one on Homebrew one day!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants