From 32e64afd544e632fa9afa0b4d396488de4d544f5 Mon Sep 17 00:00:00 2001 From: chaitanya sharma <86035+phoenix24@users.noreply.github.com> Date: Wed, 8 Jun 2022 13:55:37 +0530 Subject: [PATCH] Use better parallel build instructions in readme.md (#1908) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be5032e87d..0866678490 100644 --- a/README.md +++ b/README.md @@ -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