Skip to content

update README for v1 branch #81

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 20, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Documentation
-------------

The introductory documentation as well as the detailed API documentation is
available at [gopkg.in/qml.v0](http://godoc.org/gopkg.in/qml.v0).
available at [gopkg.in/qml.v1](http://godoc.org/gopkg.in/qml.v1).


Installation
Expand All @@ -50,7 +50,7 @@ See below for more details about getting these requirements installed in differe

After the requirements are satisfied, _go get_ should work as usual:

go get gopkg.in/qml.v0
go get gopkg.in/qml.v1


Requirements on Ubuntu
Expand Down Expand Up @@ -138,7 +138,7 @@ Then, assuming Qt was installed under `C:\Qt5.1.1\`, set up the following enviro

After reopening the shell for the environment changes to take effect, this should work:

go get gopkg.in/qml.v0
go get gopkg.in/qml.v1


Requirements everywhere else
Expand Down