Git Product home page Git Product logo

Comments (3)

philwo avatar philwo commented on June 3, 2024 2

We can surely create an installer for Bazelisk, but it's a single binary with no dependencies that you can put anywhere, so do we really need one? Maybe we could instead add a one-liner to the README.md on how to install it, something like:

To install Bazelisk on Linux or macOS, just download and put it into /usr/local/bin:

$ curl -O /usr/local/bin/bazelisk https://github.com/philwo/bazelisk/releases/download/v0.0.1/bazelisk-darwin-amd64 && chmod +x /usr/local/bin/bazelisk

You can also put it anywhere else on your PATH, for example another popular location is $HOME/bin.

The Homebrew repo has the advantage of making auto-upgrading and deploying it to multiple machines easier (not specific to Homebrew, any package manager would), which is something that wouldn't be addressed by a standalone installer.

from bazelisk.

fweikert avatar fweikert commented on June 3, 2024

We actually have a Homebrew formula for Bazelisk: https://github.com/bazelbuild/homebrew-tap/blob/master/Formula/bazelisk.rb

from bazelisk.

mpassell avatar mpassell commented on June 3, 2024

I have a more involved shell script doing essentially what @philwo describes above in https://github.com/philwo/bazelisk/issues/37 (just mentioning it here before I close that issue)

from bazelisk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.