mirror of https://github.com/citusdata/citus.git
Fixes grammar error
parent
655f848dff
commit
f5fa4b79f4
|
@ -41,7 +41,7 @@ that are missing in earlier minor versions.
|
||||||
|
|
||||||
cd citus
|
cd citus
|
||||||
./configure
|
./configure
|
||||||
# If you already install the project previously, you need to clean it first
|
# If you have already installed the project previously, you need to clean it first
|
||||||
make clean
|
make clean
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
@ -81,7 +81,7 @@ that are missing in earlier minor versions.
|
||||||
git clone https://github.com/citusdata/citus.git
|
git clone https://github.com/citusdata/citus.git
|
||||||
cd citus
|
cd citus
|
||||||
./configure
|
./configure
|
||||||
# If you already install the project previously, you need to clean it first
|
# If you have already installed the project previously, you need to clean it first
|
||||||
make clean
|
make clean
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
@ -133,7 +133,7 @@ that are missing in earlier minor versions.
|
||||||
git clone https://github.com/citusdata/citus.git
|
git clone https://github.com/citusdata/citus.git
|
||||||
cd citus
|
cd citus
|
||||||
PG_CONFIG=/usr/pgsql-14/bin/pg_config ./configure
|
PG_CONFIG=/usr/pgsql-14/bin/pg_config ./configure
|
||||||
# If you already install the project previously, you need to clean it first
|
# If you have already installed the project previously, you need to clean it first
|
||||||
make clean
|
make clean
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
Loading…
Reference in New Issue