Skip to content

Commit 88f486b

Browse files
authored
docs: Replace deprecated go get with go install (#1181)
1 parent 22272b8 commit 88f486b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/overview/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ brew install sqlc
1414
sudo snap install sqlc
1515
```
1616

17-
## go get
17+
## go install
1818

1919
```
20-
go get github.com/kyleconroy/sqlc/cmd/sqlc
20+
go install github.com/kyleconroy/sqlc/cmd/sqlc@latest
2121
```
2222

2323
## Docker

0 commit comments

Comments
 (0)