Skip to content

Commit eef9548

Browse files
zbeekmanrousoneverythingfunctional
authored
Fix typos & style improvements from code review
Thanks to @rouson and @everythingfunctional for the review and great suggestions! Co-authored-by: Damian Rouson <[email protected]> Co-authored-by: Brad Richardson <[email protected]>
1 parent 02ec792 commit eef9548

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

INSTALL.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ will only require the free redistributable Intel MPI runtime.
137137
Please follow these instructions, this is the recommended way to install
138138
OpenCoarrays on Windows.
139139

140-
##### Pre-requisits #####
140+
##### Pre-requisites #####
141141

142142
* [CMake]
143143
* [Git-Bash]
@@ -161,10 +161,10 @@ OpenCoarrays on Windows.
161161
of your `PATH`: `set PATH=C:\path\to\Git-Bash\bin;%PATH%`.
162162
6. At this point typing `bash --version` should show you you're using Git-Bash, *AND*
163163
typing `bash -c pwd` should match the current directory. __`bash` provided with
164-
WSL will show the directory as your home directore, something like `/home/username`
165-
and this WILL cause problems later__
166-
7. cd to the extracted OpenCoarrays source directory (obtained by downloading a
167-
release archive, or, for advanced useres, cheked out with git etc.)
164+
WSL will show the directory as your home directory, something like `/home/username`
165+
and this *will* cause problems later__
166+
7. `cd` to the extracted OpenCoarrays source directory (obtained by downloading a
167+
release archive, or, for advanced useres, checked out with `git`, etc.)
168168
8. Create a build directory and change to it with something like:
169169
`mkdir build` and `cd build`
170170
9. Set GCC and GFortran as the default C and Fortran compilers with something like:

0 commit comments

Comments
 (0)