Skip to content

Commit 2ad1ac3

Browse files
committed
Fix grammar and capitalization issues in README
1 parent 92cff92 commit 2ad1ac3

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
@@ -101,13 +101,13 @@ tar -xvf wayang-1.0.1-SNAPSHOT.tar.gz
101101
cd wayang-1.0.1-SNAPSHOT
102102
```
103103

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

196-
> **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)
196+
>**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)
197197
198198
> **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.
199199

0 commit comments

Comments
 (0)