We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 638629a commit 64a6ce3Copy full SHA for 64a6ce3
README.md
@@ -42,7 +42,7 @@ Installation
42
43
To try the alpha release you'll need:
44
45
- * Go 1.2 (release candidate), for the C++ support of _go build_
+ * Go 1.2, for the C++ support of _go build_
46
* Qt 5.0.X or 5.1.X with the development files
47
* The Qt headers qmetaobject_p.h and qmetaobjectbuilder_p.h, for the dynamic meta object support
48
@@ -70,9 +70,7 @@ and Go 1.2 may be installed using [godeb](http://blog.labix.org/2013/06/15/in-fl
70
$ tar xzvf godeb-$ARCH.tar.gz
71
godeb
72
$ sudo mv godeb /usr/local/bin
73
- $ godeb list | head -1
74
- 1.2rc1
75
- $ godeb install 1.2rc1
+ $ godeb install 1.2
76
$ go get gopkg.in/qml.v0
77
78
0 commit comments