From f5fa4b79f44718770e31499e472a2115b34db51a Mon Sep 17 00:00:00 2001 From: gindibay Date: Wed, 12 Jul 2023 13:22:09 +0300 Subject: [PATCH] Fixes grammar error --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0cde0f2ff03..49f4b58edbd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 @@ -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 @@ -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