README.md in cluster_chef-knife-3.0.12 vs README.md in cluster_chef-knife-3.0.14
- old
+ new
@@ -213,11 +213,12 @@
#### knife cluster launch
Hooray! You're ready to launch a cluster:
```ruby
- knife cluster launch demosimple homebase --bootstrap```
+ knife cluster launch demosimple homebase --bootstrap
+```
It will kick off a node and then bootstrap it. You'll see it install a whole bunch of things. Yay.
__________________________________________________________________________
@@ -260,9 +261,12 @@
#### Set up Knife on your local machine, and a Chef Server in the cloud
If you already have a working chef installation you can skip this section.
To get started with knife and chef, follow the "Chef Quickstart,":http://wiki.opscode.com/display/chef/Quick+Start We use the hosted chef service and are very happy, but there are instructions on the wiki to set up a chef server too. Stop when you get to "Bootstrap the Ubuntu system" -- cluster chef is going to make that much easier.
+
+* [Launch Cloud Instances with Knife](http://wiki.opscode.com/display/chef/Launch+Cloud+Instances+with+Knife)
+* [EC2 Bootstrap Fast Start Guide](http://wiki.opscode.com/display/chef/EC2+Bootstrap+Fast+Start+Guide)
#### Cloud setup
Next,