Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc932f2e

Browse files
committed
Fix install link
1 parent4ec85c1 commitc932f2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A PostgreSQL command-line client with built-in AWS DSQL authentication support.
77
Install`pdsql` with a single command:
88

99
```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
1111
```
1212

1313
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
176176
To update to the latest version, simply run the installation command again:
177177

178178
```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
180180
```
181181

182182
##🏗️ Building from Source

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp