Skip to content

Commit

Permalink
Use Github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenart committed Jan 17, 2014
1 parent dddef01 commit 29e801e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ It can be used both as a command line utility and a library.

## Install
### Pre-compiled executables
* [Mac OSX 64 bit](https://dl.dropboxusercontent.com/u/83217940/vegeta-darwin-amd64-1517f2d.tar.gz)
* [Mac OSX 32 bit](https://dl.dropboxusercontent.com/u/83217940/vegeta-darwin-386-1517f2d.tar.gz)
* [Linux 64 bit](https://dl.dropboxusercontent.com/u/83217940/vegeta-linux-amd64-1517f2d.tar.gz)
* [Linux 32 bit](https://dl.dropboxusercontent.com/u/83217940/vegeta-linux-386-1517f2d.tar.gz)
Get them [here](http://github.com/tsenart/vegeta/releases).

### Source
You need go installed and `GOBIN` in your `PATH`. Once that is done, run the
Expand Down
3 changes: 1 addition & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
for OS in "linux" "darwin"; do
for ARCH in "386" "amd64"; do
GOOS=$OS CGO_ENABLED=0 GOARCH=$ARCH go build -o vegeta
REV=$(git rev-parse HEAD)
ARCHIVE=vegeta-$OS-$ARCH-${REV:0:7}.tar.gz
ARCHIVE=vegeta-$OS-$ARCH.tar.gz
tar -czf $ARCHIVE vegeta
echo $ARCHIVE
done
Expand Down

0 comments on commit 29e801e

Please sign in to comment.