Skip to content

Commit 64a6ce3

Browse files
committed
README: Go 1.2 is not a release candidate anymore
Fixes #40.
1 parent 638629a commit 64a6ce3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Installation
4242

4343
To try the alpha release you'll need:
4444

45-
* Go 1.2 (release candidate), for the C++ support of _go build_
45+
* Go 1.2, for the C++ support of _go build_
4646
* Qt 5.0.X or 5.1.X with the development files
4747
* The Qt headers qmetaobject_p.h and qmetaobjectbuilder_p.h, for the dynamic meta object support
4848

@@ -70,9 +70,7 @@ and Go 1.2 may be installed using [godeb](http://blog.labix.org/2013/06/15/in-fl
7070
$ tar xzvf godeb-$ARCH.tar.gz
7171
godeb
7272
$ sudo mv godeb /usr/local/bin
73-
$ godeb list | head -1
74-
1.2rc1
75-
$ godeb install 1.2rc1
73+
$ godeb install 1.2
7674
$ go get gopkg.in/qml.v0
7775

7876

0 commit comments

Comments
 (0)