From 058d826104f08434bfc06d441016a6d60e19228a Mon Sep 17 00:00:00 2001 From: panvalkar1994 Date: Tue, 7 Nov 2023 09:26:25 +0530 Subject: [PATCH] symbol removed from installation command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fff8969f3..ac79890a7 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ A MySQL-Driver for Go's [database/sql](https://golang.org/pkg/database/sql/) pac ## Installation 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: ```bash -$ go get -u github.com/go-sql-driver/mysql +go get -u github.com/go-sql-driver/mysql ``` Make sure [Git is installed](https://git-scm.com/downloads) on your machine and in your system's `PATH`.