Skip to content

Commit 21fe3be

Browse files
committed
Fix some grammar mistakes from the original documentation
1 parent ebec814 commit 21fe3be

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

dev/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,10 @@ wget https://dist.apache.org/repos/dist/release/parquet/KEYS
118118

119119
## Verify signature and hash
120120

121-
GnuPG is recommended, which can install by yum install gnupg or apt-get install gnupg.
121+
GnuPG is recommended, which can be install by:
122+
- `yum install gnupg`, `apt-get install gnupg` on Linux based environments.
123+
- `brew install gnupg` on macOS environments.
124+
122125

123126
```
124127
gpg --import KEYS
@@ -128,15 +131,16 @@ sha512sum --check apache-parquet-1.15.0.tar.gz.sha512
128131

129132
## Verify license header
130133

131-
Apache RAT is recommended to verify license header, which can dowload as following command.
134+
Apache RAT is recommended to verify the license header, which can be dowload with the following command.
132135

133136
```
134137
wget https://archive.apache.org/dist/creadur/apache-rat-0.16.1/apache-rat-0.16.1-bin.tar.gz
135138
tar zxvf apache-rat-0.16.1-bin.tar.gz
136139
```
137140

138-
You can check with following command. It will output a file list which don't include ASF license header, and these files used other licenses.
139-
Please substitute `$PARQUET_SRC_FOLDER` with your `parquet-java` source folder.
141+
You can check with the following command.
142+
It will output a file list which doesn't include ASF license headers.
143+
Please substitute `$PARQUET_SRC_FOLDER` with your `parquet-java` source folder from the following command.
140144

141145
```
142146
java -jar apache-rat-0.16.1/apache-rat-0.16.1.jar -a -d apache-parquet-1.15.0.tar.gz -E $PARQUET_SRC_FOLDER/.rat-excludes.txt

0 commit comments

Comments
 (0)