Skip to content

Commit

Permalink
Added curl install
Browse files Browse the repository at this point in the history
  • Loading branch information
onilton authored Aug 5, 2019
1 parent b184d57 commit f727803
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ The easiest way is to get the single binary (available in releases page).

Install with a single command:

```
sudo curl -o /usr/local/bin/ogl 'https://github.com/onilton/ogl/releases/download/v0.0.1/ogl'
```

Or with wget:

```
sudo wget 'https://github.com/onilton/ogl/releases/download/v0.0.1/ogl' -O /usr/local/bin/ogl
```
Expand Down

0 comments on commit f727803

Please sign in to comment.