Skip to content

Commit

Permalink
Fixes grammar error
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay committed Jul 12, 2023
1 parent 655f848 commit f5fa4b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ that are missing in earlier minor versions.
cd citus
./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
make install
Expand Down Expand Up @@ -81,7 +81,7 @@ that are missing in earlier minor versions.
git clone https://github.com/citusdata/citus.git
cd citus
./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
sudo make install
Expand Down Expand Up @@ -133,7 +133,7 @@ that are missing in earlier minor versions.
git clone https://github.com/citusdata/citus.git
cd citus
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
sudo make install
Expand Down

0 comments on commit f5fa4b7

Please sign in to comment.