From 4d15741a215771d65068bccf4ec42aabd138e95f Mon Sep 17 00:00:00 2001 From: Mikhail Zholobov Date: Wed, 26 Feb 2014 01:56:50 +0300 Subject: [PATCH] Update README.md 'Box Format' section fixed --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index dbff436c..16bc16d6 100644 --- a/README.md +++ b/README.md @@ -54,14 +54,12 @@ source ~/.zshrc Every provider in Vagrant must introduce a custom box format. This provider introduces `parallels` boxes. You can download one using this [link](http://download.parallels.com/desktop/vagrant/precise64.box). -That directory also contains instructions on how to build a box. Download the box file, then use vagrant to add the downloaded box using this command. Remember to use `bundle exec` before `vagrant` command if you are in development mode ``` $ vagrant box add --provider=parallels precise64 http://download.parallels.com/desktop/vagrant/precise64.box ``` -***updated box file to fix mac address regeneration issue #42, precise64 is Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-57-generic x86_64*** The box format is basically just the required `metadata.json` file along with a `Vagrantfile` that does default settings for the @@ -190,7 +188,7 @@ and to all the people who are using and testing this tool The MIT License (MIT) -Copyright (c) 2013 Youssef Shahin +Copyright (c) 2014 Youssef Shahin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the