This commit is contained in:
Dmitry Vasilets 2015-05-12 09:38:17 +02:00
parent 4a959d5dcf
commit dbc857381b

View File

@ -64,7 +64,7 @@ a `config.vm.provider` block. So first, add Libvirt box using any name you
want. This is just an example of Libvirt CentOS 6.4 box available:
```
vagrant box add centos64 http://citozin.com/fedora21.box
vagrant box add fedora21 http://citozin.com/fedora21.box
# or
vagrant box add centos64 http://citozin.com/centos64.box
```