Skip to content

Commit

Permalink
Merge pull request #445 from leejones/patch-1
Browse files Browse the repository at this point in the history
Use bento prefix for box names in README
  • Loading branch information
Seth Thomas committed Sep 13, 2015
2 parents fa8b33d + dc93708 commit 2a5df73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ new plugins. The full list of old boxes are available in the [old boxes file](ht

Adding a bento box to vagrant:

$ vagrant box add chef/debian-8.1
$ vagrant box add bento/debian-8.1

Using a bento box in a Vagrantfile:

```
Vagrant.configure("2") do |config|
config.vm.box = "chef/debian-8.1"
config.vm.box = "bento/debian-8.1"
end
```

Expand Down

0 comments on commit 2a5df73

Please sign in to comment.