Skip to content

Commit 5ae467e

Browse files
committedAug 11, 2024
chore: optimise dev docs
1 parent ac0633a commit 5ae467e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎DEVELOPMENT.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Development
22

33
## Prerequisites
4+
45
Deepkit uses NPM and Lerna to manage this monorepo. Local package linking is managed through the NPM Workspaces.
56

6-
Make sure `libpq5` and `libpq-dev` are installed, and `python` refers Python2.
7+
Make sure `libpq5` and `libpq-dev` are installed.
8+
These are needed for Postgres client `pg`, which is used in `@deepkit/postgres`.
79

8-
Node >= v18 is needed.
10+
Node >= v20 is needed.
911

1012
## Getting Started
1113

0 commit comments

Comments
 (0)
Please sign in to comment.