Commit e126f76b authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #66 from sergiotapia/fix-typo-in-readme

Fix typo in README file.
parents 28064dbf 3d4f1c38
...@@ -11,7 +11,9 @@ Packer is lightweight, runs on every major operating system, and is highly ...@@ -11,7 +11,9 @@ Packer is lightweight, runs on every major operating system, and is highly
performant, creating machine images for multiple platforms in parallel. performant, creating machine images for multiple platforms in parallel.
Packer comes out of the box with support for creating AMIs (EC2), VMware Packer comes out of the box with support for creating AMIs (EC2), VMware
images, and VirtualBox images. Support for more platforms can be added via images, and VirtualBox images. Support for more platforms can be added via
plugins. The images that Packer creates an easily be turned into plugins.
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
...@@ -78,5 +80,6 @@ $ bin/packer ...@@ -78,5 +80,6 @@ $ bin/packer
... ...
``` ```
You can run tests by typing `make test`. This will run tests for Packer core You can run tests by typing `make test`.
along with all the core builders and commands and such that come with Packer.
This will run tests for Packer core along with all the core builders and commands and such that come with Packer.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment