mirror of https://github.com/gin-gonic/gin.git
removed the $ which was getting to clipboard while copying this the cmd
This commit is contained in:
parent
ecdbbbe948
commit
e1db1e5bec
|
@ -45,7 +45,7 @@ to your code, and then `go [build|run|test]` will automatically fetch the necess
|
||||||
Otherwise, run the following Go command to install the `gin` package:
|
Otherwise, run the following Go command to install the `gin` package:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ go get -u github.com/gin-gonic/gin
|
go get -u github.com/gin-gonic/gin
|
||||||
```
|
```
|
||||||
|
|
||||||
### Running Gin
|
### Running Gin
|
||||||
|
|
Loading…
Reference in New Issue