Skip to content

Commit

Permalink
add build steps to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bcicen committed Nov 25, 2017
1 parent 3bcaa2a commit 50744de
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ Slackcat is a simple commandline utility to post snippets to Slack.
<img width="500px" src="https://raw.githubusercontent.com/vektorlab/slackcat/master/demo.gif" alt="slackcat"/>


## Quickstart

### Installing
## Installing
Download the latest release for your platform:

```bash
Expand All @@ -21,7 +19,15 @@ sudo chmod +x /usr/local/bin/slackcat
brew install slackcat
```

### Configuration
## Building
To optionally build `slackcat` from source, ensure you have [dep](https://github.com/golang/dep) installed and run:
```
go get github.com/vektorlab/slackcat && \
cd $GOPATH/src/github.com/vektorlab/slackcat && \
make build
```

## Configuration

Generate an initial config, or add a new team token with:
```bash
Expand Down

0 comments on commit 50744de

Please sign in to comment.