Skip to content

Commit c1e7021

Browse files
committed
fix: link to the script
1 parent eb18752 commit c1e7021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ You can see how it's built [here](https://github.com/blitss/typeid-postgres/blob
5454
2) By using install script and downloading pre-built extension (must have Postgres installed and `pg_config` exposed in path)
5555

5656
```bash
57-
curl -sSL https://github.com/blitss/typeid-postgres/blob/main/install.sh | sudo bash
57+
curl -sSL https://raw.githubusercontent.com/blitss/typeid-postgres/refs/heads/main/install.sh | sudo bash
5858
```
5959

6060
Or you can specify the pg_config directly:
6161

6262
```bash
63-
curl -sSL https://github.com/blitss/typeid-postgres/blob/main/install.sh | sudo bash -s -- /usr/pgsql-16/bin/pg_config
63+
curl -sSL https://raw.githubusercontent.com/blitss/typeid-postgres/refs/heads/main/install.sh | sudo bash -s -- /usr/pgsql-16/bin/pg_config
6464
```
6565

6666
You can upgrade the same way and then run `ALTER EXTENSION typeid UPDATE;` in your Postgres database to run migration scripts.

0 commit comments

Comments
 (0)