Skip to content

Commit 470661f

Browse files
authored
Merge pull request #739 from meshwa1411/fix-readme-grammar
Fix grammar and capitalization issues in README
2 parents 68d49c9 + 2ad1ac3 commit 470661f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ tar -xvf wayang-1.0.1-SNAPSHOT.tar.gz
100100
cd wayang-1.0.1-SNAPSHOT
101101
```
102102

103-
In linux
103+
In Linux
104104
```shell
105105
echo "export WAYANG_HOME=$(pwd)" >> ~/.bashrc
106106
echo "export PATH=${PATH}:${WAYANG_HOME}/bin" >> ~/.bashrc
107107
source ~/.bashrc
108108
```
109-
In MacOS
109+
In macOS
110110
```shell
111111
echo "export WAYANG_HOME=$(pwd)" >> ~/.zshrc
112112
echo "export PATH=${PATH}:${WAYANG_HOME}/bin" >> ~/.zshrc
@@ -192,7 +192,7 @@ Spark 3.4.4, Compatible with Scala 2.12.
192192
Maven
193193
```
194194

195-
> **NOTE:** In windows, you need to define the variable `HADOOP_HOME` with the winutils.exe, an not official option to obtain [this repository](https://github.com/steveloughran/winutils), or you can generate your winutils.exe following the instructions in the repository. Also, you may need to install [msvcr100.dll](https://www.microsoft.com/en-us/download/details.aspx?id=26999)
195+
>**NOTE:** In Windows, you need to define the variable `HADOOP_HOME` with the winutils.exe. An unofficial option to obtain it is from [this repository](https://github.com/steveloughran/winutils), or you can generate your winutils.exe following the instructions in the repository. Also, you may need to install [msvcr100.dll](https://www.microsoft.com/en-us/download/details.aspx?id=26999)
196196
197197
> **NOTE:** Make sure that the JAVA_HOME environment variable is set correctly to Java 17 as the prerequisite checker script currently supports up to Java 17 and checks the latest version of Java if you have higher version installed. In Linux, it is preferably to use the export JAVA_HOME method inside the project folder. It is also recommended running './mvnw clean install' before opening the project using IntelliJ.
198198

0 commit comments

Comments
 (0)