forked from elmbridge/curriculum
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Addresses observation in elmbridge#100
- Loading branch information
Showing
3 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Installation Notes for Windows Users | ||
|
||
If you are running Windows on your machine, you might find this checklist of activities helpful: | ||
|
||
* Before running the Windows installer, shut down your command prompt (`cmd.exe`) and/or Cygwin applications. | ||
* After running the installer, you will also need to install `nodejs`, from the [Node JS](https://nodejs.org/) website. You can choose the option that says "Recommended For Most Users." | ||
* After completing the NodeJS installation, open a new command prompt (or Cygwin) window and type in `elm-repl` at the command line. If you _don't_ see this message, you are good to go! If not, consult an instructor or TA: | ||
|
||
``` | ||
$ elm repl | ||
The REPL relies on node.js to execute JavaScript code outside the browser. | ||
I could not find executable 'node' or 'nodejs' on your computer though! | ||
You can install node.js from <http://nodejs.org/>. If it is already installed | ||
but has a different name, use the --interpreter flag. | ||
---- elm-repl 0.17.1 ----------------------------------------------------------- | ||
:help for help, :exit to exit, more at <https://github.com/elm-lang/elm-repl> | ||
-------------------------------------------------------------------------------- | ||
``` |