Removing install-all, but adding a comment about it

pull/5695/head
gledis69 2022-02-09 22:00:39 +03:00
parent ed107835cb
commit 4c2a0f0aa0
1 changed files with 3 additions and 1 deletions

View File

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