From 6539ac916acd85e3a451c79bceeef933b1b1a137 Mon Sep 17 00:00:00 2001 From: DeeJay Date: Tue, 8 Apr 2014 18:48:58 +0530 Subject: [PATCH] Updated example_box\readme --- example_box/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/example_box/README.md b/example_box/README.md index e3c4e5e..b1cafd0 100644 --- a/example_box/README.md +++ b/example_box/README.md @@ -2,8 +2,14 @@ This directory contains the sample contents of a box for `azure` provider. Build this into a box using: +On Windows: ``` C:\> bsdtar -cvzf azure.box metadata.json Vagrantfile ``` +On *Nix: +``` +$ tar cvzf azure.box ./metadata.json ./Vagrantfile +``` + You can add any defaults supported by the ```azure``` provider to the `Vagrantfile` in your box and Vagrant's built-in merging system will set them as defaults. Users can override these defaults in their own Vagrantfiles.