Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit bfda848

Browse files
committed
Update README.md
1 parent b4701a4 commit bfda848

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1-
elixir-windows-setup
2-
====================
1+
# elixir-windows-setup
32

4-
This installer, part of the Elixir on Windows Google Summer of Code 2014 project, is a work in progress. Jordan Russell's [Inno Setup](http://www.jrsoftware.org/isinfo.php) makes it possible, and if you download a copy of the compiler, you can try the installer out.
3+
Part of the Elixir on Windows Google Summer of Code 2014 project, this installer sets up [Elixir](http://elixir-lang.org/) on a Windows machine.
4+
5+
Currently, it will:
6+
* Download the precompiled Elixir package
7+
* Extract the package to your favorite directory (or mine)
8+
* Create shortcuts to IEx and the uninstaller
9+
10+
Currently, it won't:
11+
* Download the LATEST version of Elixir (currently hardcoded to v0.14.1)
12+
* (Suggest that the user) install Erlang first
13+
* Append the user's Path variable
14+
15+
## Acknowledgements
16+
* Jordan Russell's [Inno Setup](http://www.jrsoftware.org/isinfo.php)
17+
* Mitrich Software's [Inno Download Plugin](https://code.google.com/p/inno-download-plugin/)
518

619
"Elixir" and the Elixir logo are copyright (c) 2012 Plataformatec.

0 commit comments

Comments
 (0)