Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simonewebdesign authored May 14, 2020
1 parent 524f24a commit 0f3a03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You don't need to clone or download this repo. Just open cmd.exe and run:
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/simonewebdesign/elm-new/master/install.bat', '%temp%\install.bat')"
%temp%\install.bat

It will install the tool under `C:\Tools\elm-new`. If you want to just call the tool without specifying the full path, you need to add that path in your your PATH environment variable: here's a [guide](http://www.computerhope.com/issues/ch000549.htm).
It will install the tool under `C:\Tools\elm-new`. If you want to just call the tool without specifying the full path, you need to add that path in your PATH environment variable: here's a [guide](http://www.computerhope.com/issues/ch000549.htm).

The tool will also just work on *MinGW*; it can be installed normally as described in the [README](https://github.com/simonewebdesign/elm-new#installation), or from source (see above).

Expand Down

0 comments on commit 0f3a03a

Please sign in to comment.