There was an error while loading. Please reload this page.
1 parent 9cfab96 commit d435ab6Copy full SHA for d435ab6
3 files changed
README.md
@@ -106,7 +106,7 @@ docker run -it --rm ghcr.io/balajz/pgxcli:v0.3.0 postgres://user:pass@host:5432/
106
#### Go Install
107
If you have Go installed, you can install directly:
108
```bash
109
-go install github.com/balajz/pgxcli/cmd/pgxcli@latest
+go install github.com/balajz/pgxcli@latest
110
```
111
112
For more details, see the [Installation Guide][install-ref].
docs/docs/guides/getting-started.mdx
@@ -74,7 +74,7 @@ Pick your operating system or preferred installation method:
74
Make sure you have **Go 1.26.4+**.
75
76
77
- go install github.com/balajz/pgxcli/cmd/pgxcli@latest
+ go install github.com/balajz/pgxcli@latest
78
79
</TabItem>
80
<TabItem value="docker" label="Docker">
cmd/pgxcli/main.go main.gocmd/pgxcli/main.go renamed to main.go
0 commit comments