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

Commit 5d8cad0

Browse files
committed
2 parents 133738d + d8381c5 commit 5d8cad0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@ Part of the Elixir on Windows Google Summer of Code 2014 project, this installer
44

55
## Features
66

7-
* Presents list of Elixir releases that can be downloaded and installed
8-
* Suggests that the user install Erlang first
9-
* Downloads the precompiled Elixir package
10-
* Extracts the package to your favorite directory (or mine)
11-
* Appends the user's Path variable
7+
* Installs the latest Elixir version, or another version the user selects
8+
* Offers to installer Erlang and add the Erlang directory to the system's Path variable
9+
* Downloads and extracts the selected Elixir package to your favorite directory (or mine)
10+
* Adds Elixir to the system's Path variable
1211
* Creates shortcuts to IEx and the uninstaller
1312

1413
## Build Instructions
1514

16-
First, download the [Unicode Inno Setup QuickStart Pack](http://www.jrsoftware.org/isdl.php#qsp) and install it, making sure to keep the "Install Inno Setup Preprocessor" checkbox checked when asked. Then, follow these steps to build an offline installer (a single executable which packages a particular Elixir release):
15+
First, download the [Unicode Inno Setup QuickStart Pack](http://www.jrsoftware.org/isdl.php#qsp) and install it, making sure to keep the "Install Inno Setup Preprocessor" checkbox checked when asked. Then, follow these steps to build an offline installer (a single executable which only installs Elixir itself):
1716

1817
1. Clone this repo (`elixir-windows-setup`) to your system.
1918
2. Extract the Precompiled.zip of the desired [Elixir Release](https://github.com/elixir-lang/elixir/releases/) into `elixir-windows-setup\elixir`

0 commit comments

Comments
 (0)