Update README.md

remove $ in bash command
This commit is contained in:
铁哥 2023-09-06 10:34:40 +08:00 committed by GitHub
parent dc9cff732e
commit 8076842990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
```sh
$ go get -u github.com/gin-gonic/gin
go get -u github.com/gin-gonic/gin
```
### Running Gin