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.
- Host: GitHub
- URL: https://github.com/aoki/get
- Owner: aoki
- Created: 2017-03-17T08:31:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T09:05:43.000Z (about 9 years ago)
- Last Synced: 2025-07-18T03:34:57.366Z (11 months ago)
- Topics: cli, shell-script
- Language: Shell
- Homepage: http://get.ringohub.com
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```