From 2260282a7c3c68bc0ba8d1d55ba0af0b8f78a647 Mon Sep 17 00:00:00 2001 From: Anton Balashov Date: Sun, 30 Mar 2014 15:05:48 +0400 Subject: [PATCH] Fix the command vagrant box add in README.md sicness@abalashov-nt /tmp $ vagrant box init precise64 http://bit.ly/vagrant-lxc-precise64-2013-10-23 Usage: vagrant box [] Available subcommands: add list remove repackage For help on any individual command run `vagrant box COMMAND -h` sicness@abalashov-nt /tmp $ vagrant init precise64 http://bit.ly/vagrant-lxc-precise64-2013-10-23 A `Vagrantfile` has been placed in this directory. You are now ready to `vagrant up` your first virtual environment! Please read the comments in the Vagrantfile as well as documentation on `vagrantup.com` for more information on using Vagrant. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8496ae..5bf6a0d 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ vagrant up --provider=lxc On Vagrant < 1.5: ``` -vagrant box init precise64 http://bit.ly/vagrant-lxc-precise64-2013-10-23 +vagrant init precise64 http://bit.ly/vagrant-lxc-precise64-2013-10-23 vagrant up --provider=lxc ```