Skip to content

Commit ae2cb6b

Browse files
author
José Valim
committed
Add the Windows wiki link to the README
1 parent 9072965 commit ae2cb6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ If you want to contribute to Elixir or run it from source, clone this repository
1212
$ cd elixir
1313
$ make clean test
1414

15+
> Note: if you are running on Windows, [this article includes important notes for compiling Elixir from source on Windows](https://github.com/elixir-lang/elixir/wiki/Windows).
16+
1517
If Elixir fails to build (specifically when pulling in a new version via git), be sure to remove any previous build artifacts by running `make clean`, then `make test`.
1618

1719
If tests pass, you are ready to move on to the [Getting Started guide][1] or to try Interactive Elixir by running: `bin/iex` in your terminal.

0 commit comments

Comments
 (0)