Skip to content

Commit 32ec730

Browse files
authored
Update readme text slightly (#3637)
* Update readme text slightly * Better words
1 parent 412dc88 commit 32ec730

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ When you open an issue please provide:
5858
- version of Postgres
5959
- smallest possible snippet of code to reproduce the problem
6060

61-
You can also follow me [@briancarlson](https://twitter.com/briancarlson) if that's your thing. I try to always announce noteworthy changes & developments with node-postgres on Twitter.
61+
You can also follow me [@brianc](https://bsky.app/profile/brianc.bsky.social) on bluesky if that's your thing for updates on node-postgres with nearly zero non node-postgres content. My old twitter/x account is no longer used.
6262

6363
## Sponsorship :two_hearts:
6464

@@ -87,11 +87,11 @@ If your change involves breaking backwards compatibility please please point tha
8787
### Setting up for local development
8888

8989
1. Clone the repo
90-
2. Ensure you have installed libpq-dev in your system.
90+
2. Ensure you have installed libpq-dev in your system (the native bindings are built in the test process)
9191
3. From your workspace root run `yarn` and then `yarn lerna bootstrap`
92-
4. Ensure you have a PostgreSQL instance running with SSL enabled and an empty database for tests
93-
5. Ensure you have the proper environment variables configured for connecting to the instance
94-
6. Run `yarn test` to run all the tests
92+
4. Ensure you have a PostgreSQL instance running with SSL enabled and an empty database for tests. _note: you can skip the tests requring SSL by setting the environment variable `PGTESTNOSSL=1` if you're not changing any SSL related code_.
93+
5. Ensure you have the proper environment variables configured for connecting to your postgres instance. Using the standard `PG*` environment variables like `PGUSER` and `PGPASSWORD` etc...
94+
6. Run `yarn test` to run all the tests.
9595

9696
## Troubleshooting and FAQ
9797

0 commit comments

Comments
 (0)