From bd917b9feed14c50a02830ef5ca0a51da08f6612 Mon Sep 17 00:00:00 2001 From: Pepe Bawagan Date: Tue, 29 Sep 2015 00:24:05 +0800 Subject: [PATCH] adds sudo to "make install" command for consistency with instructions that show up while installing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b932974397..5c2be10fe9 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ find its data directory. You must either: ./autogen.sh ./configure make - make install + sudo make install sudo ldconfig to move the data files to the standard place, or: