website: clarify some things in the intro

This commit is contained in:
Mitchell Hashimoto 2013-06-28 08:18:03 -04:00
parent e38b5827ca
commit 09029fd51e
1 changed files with 7 additions and 0 deletions

View File

@ -78,6 +78,13 @@ you can do that as well.
Validate the template with `packer validate`. This is always a good practice.
<div class="alert alert-block alert-info">
<strong>If you're looking for more DigitalOcean configuration options</strong>,
you can find them on the <a href="/docs/builders/digitalocean.html">DigitalOcean
Builder page</a> in the documentation. The documentation is more of a reference
manual that contains a listing of all the available configuration options.
</div>
## Build
Now run `packer build example.json`. The output is too verbose to include