Use better parallel build instructions in readme.md (#1908)

This commit is contained in:
chaitanya sharma
2022-06-08 13:55:37 +05:30
committed by GitHub
parent 8a53472e4f
commit 32e64afd54

View File

@@ -80,7 +80,7 @@ brew link --force libpq
```sh
git clone --recursive https://github.com/neondatabase/neon.git
cd neon
make -j5
make -j`nproc`
```
#### dependency installation notes