Skip to content

Commit 6057016

Browse files
committed
2 parents f537d7f + 1c9bcd1 commit 6057016

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ A MySQL-Driver for Go's [database/sql](http://golang.org/pkg/database/sql) packa
3333
---------------------------------------
3434

3535
## Installation
36+
Simple install the package with the go tool from shell:
3637
```bash
3738
$ go get github.com/Go-SQL-Driver/MySQL
3839
```
39-
Make sure [Git is installed](http://git-scm.com/downloads) on your machine.
40+
Make sure [Git is installed](http://git-scm.com/downloads) on your machine and in your system's `PATH`.
4041

4142
## Usage
4243
_Go MySQL Driver_ is an implementation of Go's `database/sql/driver` interface, so all you need to do is import the driver and open a new Database-Connection with the given driver.

0 commit comments

Comments
 (0)