Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Orfanos committed Jan 25, 2022
1 parent 44e4ae3 commit 8126b12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .github/build

This file was deleted.

5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,16 @@ Usage of ./vmalert-cli:

### Installation

Quick install:
Quick install (example for linux/amd64, change it for your arch):

```console
curl --silent https://api.github.com/repos/aorfanos/vmalert-cli/releases/latest \
| grep browser_download_url \
| grep amd64 \
| grep linux \
| cut -d '"' -f 4 \
| wget -qi - && \
mv vmalertcli-latest-amd64 /usr/local/bin/vmalert-cli
mv vmalertcli-linux-amd64-latest /usr/local/bin/vmalert-cli
```

### Usage
Expand Down
9 changes: 0 additions & 9 deletions deb/vmalertcli/DEBIAN/control

This file was deleted.

0 comments on commit 8126b12

Please sign in to comment.