From e3dcbdb4a6d91186a21272b49c48de63a711a7f7 Mon Sep 17 00:00:00 2001 From: ehlxr Date: Thu, 29 Mar 2018 19:22:14 +0800 Subject: [PATCH] :memo: docs(): Signed-off-by: ehlxr --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b1cf24..1389b91 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ +# Vagrant + ```sh -➜ vagrant box add -f centos-7.2 centos-7.2.box +➜ wget https://www.dropbox.com/s/nuz6ts1hlx4vy27/vagrant-centos-7.2.box\?dl\=0 -O vagrant-centos-7.2.box + +➜ vagrant box add -f centos-7.2 vagrant-centos-7.2.box ➜ cd base