Skip to content

Commit

Permalink
readme: note about one command to get all subpackages
Browse files Browse the repository at this point in the history
  • Loading branch information
kovetskiy committed Feb 6, 2017
1 parent 793c14d commit 951a30f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -95,12 +95,16 @@ fully thread safe.

## Installing

To install all subpackages of *mymysql* you need to goinstal three of them:
To install all subpackages of *mymysql* you need to get three of them:

$ go get github.com/ziutek/mymysql/thrsafe
$ go get github.com/ziutek/mymysql/autorc
$ go get github.com/ziutek/mymysql/godrv

or just run one command to get all subpackages:

$ go get -v github.com/ziutek/mymysql/...

*go get* automagically selects the proper version of *mymysql* for your Go
release. After this command *mymysql* is ready to use.

Expand Down

0 comments on commit 951a30f

Please sign in to comment.