We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e37925 commit f822644Copy full SHA for f822644
1 file changed
docs/overview/install.md
@@ -40,6 +40,12 @@ Run `sqlc` using `docker run`:
40
docker run --rm -v $(pwd):/src -w /src kjconroy/sqlc generate
41
```
42
43
+Run `sqlc` using `docker run` in the Command Prompt on Windows (`cmd`):
44
+
45
+```
46
+docker run --rm -v "%cd%:/src" -w /src kjconroy/sqlc generate
47
48
49
## Downloads
50
51
Get pre-built binaries for *v1.13.0*:
0 commit comments