Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
'Box Format' section fixed
  • Loading branch information
legal90 committed Feb 25, 2014
1 parent e85e1de commit 4d15741
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4d15741

Please sign in to comment.