Skip to content

Commit 92bb9a2

Browse files
authored
Little improvement README's to dev-setup section. (brianc#3297)
Inserted a reminder to install libpq-dev before running `yarn lerna bootstrap`. It's pretty straightforward in light of the error messages, but I cloned the repo twice and failed both times.
1 parent fb12280 commit 92bb9a2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,11 @@ If your change involves breaking backwards compatibility please please point tha
7575
### Setting up for local development
7676

7777
1. Clone the repo
78-
2. From your workspace root run `yarn` and then `yarn lerna bootstrap`
79-
3. Ensure you have a PostgreSQL instance running with SSL enabled and an empty database for tests
80-
4. Ensure you have the proper environment variables configured for connecting to the instance
81-
5. Run `yarn test` to run all the tests
78+
2. Ensure you have installed libpq-dev in your system.
79+
3. From your workspace root run `yarn` and then `yarn lerna bootstrap`
80+
4. Ensure you have a PostgreSQL instance running with SSL enabled and an empty database for tests
81+
5. Ensure you have the proper environment variables configured for connecting to the instance
82+
6. Run `yarn test` to run all the tests
8283

8384
## Troubleshooting and FAQ
8485

0 commit comments

Comments
 (0)