summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2013-05-29 16:25:38 +0300
committerYuval Adam <yuv.adm@gmail.com>2013-05-29 16:25:38 +0300
commited7e3960446155eb900c1adf395ef89ef81c468d (patch)
tree38b98eef4ba90c499d77ce71d8785059f70cb71b
parent089ec60326fba8e682063de2b85bacf6095ee932 (diff)
Some README updates
-rw-r--r--README.md5
1 files 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