From ed7e3960446155eb900c1adf395ef89ef81c468d Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Wed, 29 May 2013 16:25:38 +0300 Subject: Some README updates --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4e2d3a..a45cfee 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ First, download and install the latest version of Vagrant from [http://downloads Once Vagrant is set up: ```bash -$ git clone git://github.com/yuvadm/marconi.git && cd marconi +$ git clone git://github.com/yuvadm/marconi.git +$ cd marconi $ vagrant up ``` @@ -36,7 +37,7 @@ $ vagrant [halt|destroy] ## Chef Cookbook Usage -Since the Vagrant box provisioning process (in this case) is built upon [Chef Solo](http://docs.opscode.com/chef_solo.html) and contains a standard cookbook, it can be used standalone to configure an existing machine, with a preconfigured Chef setup. +Since the Vagrant box provisioning process (in this case) is built upon [Chef Solo](http://docs.opscode.com/chef_solo.html) and contains a standard cookbook, it can be used standalone to configure an existing Ubuntu machine (precise, 32 bit), with a preconfigured Chef setup. ## License and Credits -- cgit v1.3.1