Skip to content

Commit

Permalink
fix readme release links
Browse files Browse the repository at this point in the history
  • Loading branch information
bcicen committed Mar 24, 2021
1 parent 7fdd7bb commit 1f57ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Slackcat is a simple commandline utility to post snippets to Slack.


## Installing
Download the latest release for your platform:
Download the [latest release](https://github.com/bcicen/slackcat/releases) for your platform:

```bash
curl -Lo slackcat https://github.com/bcicen/slackcat/releases/download/v1.7.1/slackcat-1.7.1-$(uname -s)-amd64
curl -Lo slackcat https://github.com/bcicen/slackcat/releases/download/1.7.1/slackcat-1.7.1-$(uname -s)-amd64
sudo mv slackcat /usr/local/bin/
sudo chmod +x /usr/local/bin/slackcat
```
Expand Down

0 comments on commit 1f57ebb

Please sign in to comment.