Skip to content

Commit 058d826

Browse files
committed
symbol removed from installation command
1 parent c175348 commit 058d826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ A MySQL-Driver for Go's [database/sql](https://golang.org/pkg/database/sql/) pac
4848
## Installation
4949
Simple install the package to your [$GOPATH](https://github.com/golang/go/wiki/GOPATH "GOPATH") with the [go tool](https://golang.org/cmd/go/ "go command") from shell:
5050
```bash
51-
$ go get -u github.com/go-sql-driver/mysql
51+
go get -u github.com/go-sql-driver/mysql
5252
```
5353
Make sure [Git is installed](https://git-scm.com/downloads) on your machine and in your system's `PATH`.
5454

0 commit comments

Comments
 (0)