You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ A PostgreSQL command-line client with built-in AWS DSQL authentication support.
7
7
Install`pdsql` with a single command:
8
8
9
9
```bash
10
-
curl -sSL https://raw.githubusercontent.com/marcbowes/postgres/main/scripts/install.sh| sh
10
+
curl -sSL https://raw.githubusercontent.com/marcbowes/postgres/refs/heads/master/scripts/install.sh| sh
11
11
```
12
12
13
13
This installer automatically detects your platform (macOS/Linux) and architecture, downloads the appropriate package, and installs`pdsql` to your local environment.
@@ -176,7 +176,7 @@ pdsql --help
176
176
To update to the latest version, simply run the installation command again:
177
177
178
178
```bash
179
-
curl -sSL https://raw.githubusercontent.com/marcbowes/postgres/main/scripts/install.sh| sh
179
+
curl -sSL https://raw.githubusercontent.com/marcbowes/postgres/refs/heads/master/scripts/install.sh| sh