From 631b811b6c2c266b36dcea64c189a0979df2865c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Senart?= Date: Sun, 18 Aug 2013 03:42:40 +0200 Subject: [PATCH] Add pre-compiled executables install option to README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 8f1f493..f4f5cc8 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,22 @@ It can be used both as a command line utility and a library. ![Vegeta](http://fc09.deviantart.net/fs49/i/2009/198/c/c/ssj2_vegeta_by_trunks24.jpg) ## Install +### Pre-compiled executables +You can download already compiled executables for Linux and Mac OS X +(64bits). +``` +Linux +URL: https://dl.dropboxusercontent.com/u/83217940/vegeta-linux-amd64.tar.gz +SHA256 of the executable: +c13be78b0f56238e17c448ca5f3c551f90ced9465e19a401122869e736a0d183 + +Mac OS X +URL: https://dl.dropboxusercontent.com/u/83217940/vegeta-darwin-amd64.tar.gz +SHA256 of the executable: +6264bde2504f14617585e1af81a3ebfd720df7f366c1412189be77fa4f32c70e +``` + +### Source You need go installed and `GOBIN` in your `PATH`. Once that is done, run the command: ```shell