Show HN: Install GitHub release binaries from the CLI
1–5 of 5 posts
Re: Show HN: Install GitHub release binaries from the CLI
#2Re: Show HN: Install GitHub release binaries from the CLI
#3I usually use binenv ( https://github.com/devops-works/binenv ) to install binaries from releases. But maybe I misunderstood and this isn't the same.
Re: Show HN: Install GitHub release binaries from the CLI
#4I usually use binenv ( https://github.com/devops-works/binenv ) to install binaries from releases. But maybe I misunderstood and this isn't the same.
binenv supports versioning which is nice, and reads from a maintained list (https://github.com/devops-works/binenv/blob/develop/distribu...). mine is just simpler, a single script, and accepts any user/repo
Re: Show HN: Install GitHub release binaries from the CLI
#5I usually use binenv ( https://github.com/devops-works/binenv ) to install binaries from releases. But maybe I misunderstood and this isn't the same.
nice! looks good, didn't know about it. I'll try it by installing it with my tool ;) binenv supports versioning which is nice, and reads from a maintained list ( https://github.com/devops-works/binenv/blob/develop/distribu... ). mine is just simpler, a single script, and accepts any user/repo