Badge updates and go get

- `godoc` and `goreportcard`
- package installation
This commit is contained in:
David Campbell 2016-10-21 03:56:22 -07:00
parent b7a41af93c
commit 64299cfd4e
1 changed files with 17 additions and 2 deletions

View File

@ -1,7 +1,18 @@
# Packer # Packer
[![Build Status](https://travis-ci.org/mitchellh/packer.svg?branch=master)](https://travis-ci.org/mitchellh/packer) [![Build Status][travis-badge]][travis]
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/github/mitchellh/packer?branch=master&svg=true)](https://ci.appveyor.com/project/hashicorp/packer) [![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 * Website: http://www.packer.io
* IRC: `#packer-tool` on Freenode * 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. [Vagrant](http://www.vagrantup.com) boxes.
## Quick Start ## Quick Start
Download and install packages and dependencies
```
go get github.com/mitchellh/packer
```
**Note:** There is a great **Note:** There is a great
[introduction and getting started guide](http://www.packer.io/intro) [introduction and getting started guide](http://www.packer.io/intro)