File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,13 +54,13 @@ You can see how it's built [here](https://github.com/blitss/typeid-postgres/blob
54542 ) 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
6060Or 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
6666You can upgrade the same way and then run ` ALTER EXTENSION typeid UPDATE; ` in your Postgres database to run migration scripts.
You can’t perform that action at this time.
0 commit comments