Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwillette committed Sep 19, 2017
1 parent 765c727 commit 3a9f5c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ DIR=~/docker-alertd-dist
build:
@rm -r $(DIR)
@mkdir -p $(DIR)/osx $(DIR)/linux $(DIR)/windows
@go build -o ~/dist/osx/docker-alertd
@GOOS=linux go build -o ~/dist/linux/docker-alertd
@GOOS=windows go build -o ~/dist/windows/docker-alertd.exe
@go build -o $(DIR)/osx/docker-alertd
@GOOS=linux go build -o $(DIR)/linux/docker-alertd
@GOOS=windows go build -o $(DIR)/windows/docker-alertd.exe

7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,9 @@ Assuming that you already have `go` installed on your machine, you can just `go
go get github.com/deltaskelta/docker-alertd
```

##### If you would like to download a pre-compiled binary then you can choose from one of the
releases below...
##### If you would like to download a pre-compiled binary, head to the release downloads

### [MacOS](https://github.com/deltaskelta/docker-alertd/raw/release/dist/mac/docker-alertd)
### [Linux](https://github.com/deltaskelta/docker-alertd/raw/release/dist/linux/docker-alertd)
### [Windows](https://github.com/deltaskelta/docker-alertd/raw/release/dist/windows/docker-alertd.exe)
[latest release - precompiled binary download](https://github.com/deltaskelta/docker-alertd/releases/latest)

# Step 2: Make a Configuration File

Expand Down

0 comments on commit 3a9f5c1

Please sign in to comment.