From 019a9f1611b80cdc76aaecccdf9153286fa054a9 Mon Sep 17 00:00:00 2001 From: majestrate Date: Mon, 13 Dec 2021 22:58:05 -0500 Subject: [PATCH] Update readme.md remove pedantic separation in readme --- readme.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/readme.md b/readme.md index f2a9b5b82..ed2ab6602 100644 --- a/readme.md +++ b/readme.md @@ -51,9 +51,6 @@ If you want to build from source: $ cd build $ cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF $ make -j$(nproc) - -install: - $ sudo make install ### macOS