From 18b74e415dc148b486af13faa300fdefe26e484f Mon Sep 17 00:00:00 2001 From: Vaibhav Panvalkar <42548559+panvalkar1994@users.noreply.github.com> Date: Tue, 7 Nov 2023 17:27:05 +0530 Subject: [PATCH] symbol removed from installation command (#1510) Co-authored-by: panvalkar1994 --- 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`.