Skip to content

Commit

Permalink
feat: readme auto download/install added
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Jan 3, 2023
1 parent e0703b7 commit 7a42eba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ install -Dm 755 oxker -t "${HOME}/.local/bin" &&
rm oxker_linux_x86_64.tar.gz oxker
```

or, automatically select platform, download, and install to `$HOME/.local/bin`

*One should verify all scripts before running in your shell*

```bash
curl https://raw.githubusercontent.com/mrjackwills/oxker/main/install.sh | bash
```

## Run

```oxker```
Expand Down

0 comments on commit 7a42eba

Please sign in to comment.