diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2013-05-29 16:25:38 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2013-05-29 16:25:38 +0300 |
| commit | ed7e3960446155eb900c1adf395ef89ef81c468d (patch) | |
| tree | 38b98eef4ba90c499d77ce71d8785059f70cb71b | |
| parent | 089ec60326fba8e682063de2b85bacf6095ee932 (diff) | |
Some README updates
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
