Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aoki/get

Installing single binary file from GitHub releases.
https://github.com/aoki/get

cli shell-script

Last synced: 3 months ago
JSON representation

Installing single binary file from GitHub releases.

Awesome Lists containing this project

README

        

# get

`get` is installing binary from GitHub releases.

## Installation

```bash
curl 'get.ringohub.com/get' -O && install -m 755 get /usr/local/bin/.
```

## Usage

Install `els` command from GitHub into the `/usr/local/bin`.

```bash
get ringohub/els
```