We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef9548 commit e8bc08eCopy full SHA for e8bc08e
INSTALL.md
@@ -159,7 +159,7 @@ OpenCoarrays on Windows.
159
2. Editing your system wide `%PATH%` variable, or updating it in the local shell
160
so that git-bash's `bin` subdirectory (containing `bash.exe`) is at the front
161
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*
+6. At this point, typing `bash --version` should show you you're using Git-Bash, *AND*
163
typing `bash -c pwd` should match the current directory. __`bash` provided with
164
WSL will show the directory as your home directory, something like `/home/username`
165
and this *will* cause problems later__
0 commit comments