From 3b0e85fecf8cd6ff6f7e6f0d395fd295a98c7ad0 Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Fri, 1 Apr 2022 02:36:10 +0300 Subject: [PATCH] minor formatting fix in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7f6c277..4c6381a 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,9 @@ Installation ------------ To build and install libspnav, simply run: - ./configure - make - make install + ./configure + make + make install Most likely the `make install` part will need to be executed as root, if you're installing libspnav system-wide, which is the common case