Skip to content

Commit e8bc08e

Browse files
committed
Add missing comma in INSTALL.md
1 parent eef9548 commit e8bc08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ OpenCoarrays on Windows.
159159
2. Editing your system wide `%PATH%` variable, or updating it in the local shell
160160
so that git-bash's `bin` subdirectory (containing `bash.exe`) is at the front
161161
of your `PATH`: `set PATH=C:\path\to\Git-Bash\bin;%PATH%`.
162-
6. At this point typing `bash --version` should show you you're using Git-Bash, *AND*
162+
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
164164
WSL will show the directory as your home directory, something like `/home/username`
165165
and this *will* cause problems later__

0 commit comments

Comments
 (0)