From 0525702311422cea23c9bfbfb7a0a1f60e93ba45 Mon Sep 17 00:00:00 2001 From: Badr008 <91152505+Badr008@users.noreply.github.com> Date: Tue, 20 Sep 2022 17:14:06 +0100 Subject: [PATCH] Update README.md changed the outdated CLI command for downloading the package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d7b5ec4..aa295418 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ To install Gin package, you need to install Go and set your Go workspace first. 1. You first need [Go](https://golang.org/) installed (**version 1.15+ is required**), then you can use the below Go command to install Gin. ```sh -go get -u github.com/gin-gonic/gin +go install github.com/gin-gonic/gin@latest ``` 2. Import it in your code: