From 9e0d942c0e2caf8ba32307fda6cbc9505bb91c7c Mon Sep 17 00:00:00 2001 From: software3e <156838617+software3e@users.noreply.github.com> Date: Sat, 20 Apr 2024 08:50:25 -0500 Subject: [PATCH] docs: add install instruction. (#272) --- content/en/docs/quickstart/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/docs/quickstart/_index.md b/content/en/docs/quickstart/_index.md index f8549bb19..410b41816 100644 --- a/content/en/docs/quickstart/_index.md +++ b/content/en/docs/quickstart/_index.md @@ -19,6 +19,10 @@ To install Gin package, you need to install Go and set your Go workspace first. ```sh $ go get -u github.com/gin-gonic/gin ``` +Or install: +```sh +$ go install github.com/gin-gonic/gin@latest +``` 2. Import it in your code: