Skip to content

Commit

Permalink
docs: add install instruction. (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
software3e authored Apr 20, 2024
1 parent 58275a8 commit 9e0d942
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/en/docs/quickstart/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 9e0d942

Please sign in to comment.