From bd7917aea52e9b60835853007d9891dbfe767791 Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Tue, 2 Jun 2020 09:43:19 -0500 Subject: [PATCH] Fix OSX documentation https://github.com/Hamlib/Hamlib/issues/248 --- README.osx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.osx b/README.osx index 8ee0eca71..48fa6623b 100644 --- a/README.osx +++ b/README.osx @@ -23,9 +23,9 @@ $ ./configure Then compile the hamlib files -$ ./make +$ make -Hint: "./make -jx" with x for the amount of CPU cores will speed up the +Hint: "make -jx" with x for the amount of CPU cores will speed up the compilation Install hamlib @@ -33,4 +33,4 @@ Install hamlib Install the Hamlib libraries and executables -$ sudo ./make install +$ sudo make install