You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,10 +33,11 @@ A MySQL-Driver for Go's [database/sql](http://golang.org/pkg/database/sql) packa
33
33
---------------------------------------
34
34
35
35
## Installation
36
+
Simple install the package with the go tool from shell:
36
37
```bash
37
38
$ go get github.com/Go-SQL-Driver/MySQL
38
39
```
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`.
40
41
41
42
## Usage
42
43
_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