From 64299cfd4e9c4c99556cfce23ba5c1f2dc739fef Mon Sep 17 00:00:00 2001 From: David Campbell Date: Fri, 21 Oct 2016 03:56:22 -0700 Subject: [PATCH] Badge updates and go get - `godoc` and `goreportcard` - package installation --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc7db4ac8..71734ba69 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,18 @@ # Packer -[![Build Status](https://travis-ci.org/mitchellh/packer.svg?branch=master)](https://travis-ci.org/mitchellh/packer) -[![Windows Build Status](https://ci.appveyor.com/api/projects/status/github/mitchellh/packer?branch=master&svg=true)](https://ci.appveyor.com/project/hashicorp/packer) +[![Build Status][travis-badge]][travis] +[![Windows Build Status][appveyor-badge]][appveyor] +[![GoDoc][godoc-badge]][godoc] +[![GoReportCard][report-badge]][report] + +[travis-badge]: https://travis-ci.org/mitchellh/packer.svg?branch=master +[travis]: https://travis-ci.org/mitchellh/packer +[appveyor-badge]: https://ci.appveyor.com/api/projects/status/github/mitchellh/packer?branch=master&svg=true +[appveyor]: https://ci.appveyor.com/project/hashicorp/packer +[godoc-badge]: https://godoc.org/github.com/mitchellh/packer?status.svg +[godoc]: https://godoc.org/github.com/mitchellh/packer +[report-badge]: https://goreportcard.com/badge/github.com/mitchellh/packer +[report]: https://goreportcard.com/report/github.com/mitchellh/packer * Website: http://www.packer.io * IRC: `#packer-tool` on Freenode @@ -31,6 +42,10 @@ The images that Packer creates can easily be turned into [Vagrant](http://www.vagrantup.com) boxes. ## Quick Start +Download and install packages and dependencies +``` +go get github.com/mitchellh/packer +``` **Note:** There is a great [introduction and getting started guide](http://www.packer.io/intro)