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

This commit is contained in:
chaitanya sharma
2022-06-08 11:25:37 +03:00
committed by GitHub
parent 8a53472e4f
commit 32e64afd54
+1 -1
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