Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bcicen committed Aug 5, 2017
1 parent 67db49d commit d9bd50d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ brew install slackcat
```
or
```bash
curl -Lo slackcat https://github.com/vektorlab/slackcat/releases/download/v1.2.1/slackcat-1.2.1-darwin-amd64
curl -Lo slackcat https://github.com/vektorlab/slackcat/releases/download/v1.3/slackcat-1.3-darwin-amd64
sudo mv slackcat /usr/local/bin/
sudo chmod +x /usr/local/bin/slackcat
```

#### Linux

```bash
wget https://github.com/vektorlab/slackcat/releases/download/v1.2.1/slackcat-1.2.1-linux-amd64 -O slackcat
wget https://github.com/vektorlab/slackcat/releases/download/v1.3/slackcat-1.3-linux-amd64 -O slackcat
sudo mv slackcat /usr/local/bin/
sudo chmod +x /usr/local/bin/slackcat
```
Expand Down Expand Up @@ -73,3 +73,4 @@ Option | Description
--filename, -n | Filename for upload. Defaults to given filename or current timestamp if reading from stdin
--filetype | Specify filetype for synax highlighting. Defaults to autodetect
--comment | Initial comment for snippet
--username | Stream messages as given bot user. Defaults to auth user

0 comments on commit d9bd50d

Please sign in to comment.