We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5caaec1 commit 8109bbdCopy full SHA for 8109bbd
docs/overview/install.md
@@ -14,12 +14,20 @@ brew install sqlc
14
sudo snap install sqlc
15
```
16
17
-## go install
+## go install
18
+
19
+### Go >= 1.17:
20
21
22
go install github.com/kyleconroy/sqlc/cmd/sqlc@latest
23
24
25
+### Go < 1.17:
26
27
+```
28
+go get github.com/kyleconroy/sqlc/cmd/sqlc
29
30
31
## Docker
32
33
0 commit comments