From 4e063ef45dabb2467bd17809e3c2eb2ad88d58ec Mon Sep 17 00:00:00 2001 From: Aaron Blasko Date: Sat, 18 Nov 2023 15:31:40 +0100 Subject: [PATCH] Minor changes to README.md Changed `$ make install` to `# make install` as it requires elevated privileges. `$ sudo make install` may be preferred? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04a2d10..4899104 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ $ mkdir build $ cd build/ $ ../configure $ make -$ make install +# make install ``` ## Advanced Usage