From e423569f8bf0076aa3f8028e3b3735e3c58cbed4 Mon Sep 17 00:00:00 2001 From: Darren Coxall Date: Sat, 22 Jun 2013 22:09:14 +0200 Subject: [PATCH] Corrected README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6749333..1963ab1 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ hello ``` ## Choosing golang version -This repo is hardcoded to use the most recent version at the time of writing (1.1rc2). If you want to use another version simply +This repo is hardcoded to use 1.1 although this can easily be changed after cloning. If you want to use another version simply change the `$version` parameter in `manifests/init.pp`. The version string is taken from the [golang downloads list](https://code.google.com/p/go/downloads/list). Once changed you can either call `vagrant up` if you haven't already setup the vagrant box or `vagrant provision` if the machine is already up.