mirror of https://github.com/citusdata/citus.git
Remove extra sudo in comment for Mac
parent
49c594a550
commit
5478bd0105
|
@ -32,7 +32,7 @@ why we ask this as well as instructions for how to proceed, see the
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
make install
|
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.
|
# since `multi_extension` regression test would fail due to missing downgrade scripts.
|
||||||
cd src/test/regress
|
cd src/test/regress
|
||||||
make check
|
make check
|
||||||
|
|
Loading…
Reference in New Issue