Skip to content

Commit 690f0a3

Browse files
authored
document using sudo to make install
1 parent 4b914c0 commit 690f0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ tar zxf postgresql-16.3.tar.gz
181181
cd postgresql-16.3
182182
./configure --with-ssl=openssl
183183
make
184-
make install
184+
sudo make install
185185
exit
186186
```
187187

0 commit comments

Comments
 (0)