Skip to content

Commit d435ab6

Browse files
committed
move main.go to repository root
Signed-off-by: Balaji J <j.balaji2468@gmail.com>
1 parent 9cfab96 commit d435ab6

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ docker run -it --rm ghcr.io/balajz/pgxcli:v0.3.0 postgres://user:pass@host:5432/
106106
#### Go Install
107107
If you have Go installed, you can install directly:
108108
```bash
109-
go install github.com/balajz/pgxcli/cmd/pgxcli@latest
109+
go install github.com/balajz/pgxcli@latest
110110
```
111111

112112
For more details, see the [Installation Guide][install-ref].

docs/docs/guides/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Pick your operating system or preferred installation method:
7474
Make sure you have **Go 1.26.4+**.
7575

7676
```bash
77-
go install github.com/balajz/pgxcli/cmd/pgxcli@latest
77+
go install github.com/balajz/pgxcli@latest
7878
```
7979
</TabItem>
8080
<TabItem value="docker" label="Docker">
File renamed without changes.

0 commit comments

Comments
 (0)