Update README.md

makes cmd copy-pasteable
This commit is contained in:
Blair Currey 2023-07-14 20:53:02 -04:00 committed by GitHub
parent d4a64265f2
commit 075e87b405
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