Skip to content

Commit bd917b9

Browse files
author
Pepe Bawagan
committed
adds sudo to "make install" command
for consistency with instructions that show up while installing
1 parent 0d61f0c commit bd917b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ find its data directory. You must either:
9797
./autogen.sh
9898
./configure
9999
make
100-
make install
100+
sudo make install
101101
sudo ldconfig
102102

103103
to move the data files to the standard place, or:

0 commit comments

Comments
 (0)