Remove extra sudo in comment for Mac

pull/5695/head
gledis69 2022-02-11 14:23:43 +03:00
parent 49c594a550
commit 5478bd0105
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ why we ask this as well as instructions for how to proceed, see the
./configure
make
make install
# Optionally, you might instead want to use `sudo make install-all`
# Optionally, you might instead want to use `make install-all`
# since `multi_extension` regression test would fail due to missing downgrade scripts.
cd src/test/regress
make check