From 771fb22dfc1c2d750291a6b8fff4935d02b0d777 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 16 Jul 2020 22:23:36 -0400 Subject: Remove sudo from make install It makes more sense to install it as user. --- README.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.7 b/README.7 index 3e32545..f623467 100644 --- a/README.7 +++ b/README.7 @@ -30,7 +30,7 @@ and SQLite .Bd -literal -offset indent \&./configure make all -sudo make install +make install .Ed . .Pp -- cgit 1.4.1