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

https://github.com/aoki/get

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

cli shell-script

Last synced: 10 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
```