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

Commit 34a9ba3

Browse files
committed
readme tweak
1 parent 172d8ad commit 34a9ba3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,13 @@ If you need to install Elixir on a system without internet access, follow these
2929

3030
First, download the Unicode version of Inno Setup (`isetup-X.Y.Z-unicode.exe` from [jrsoftware.org](http://www.jrsoftware.org/isdl.php#stable)) and install it, making sure to keep the "Install Inno Setup Preprocessor" checkbox checked when asked. Then, clone this repo (`elixir-windows-setup`) to your system.
3131

32-
To build the **web installer**, follow these steps:
33-
34-
1. Download and install the [Inno Download Plugin](https://code.google.com/p/inno-download-plugin/).
35-
2. Open `elixir-windows-setup\ElixirWeb.iss` in the Inno Setup Compiler.
36-
3. Click "Compile" to build an installer in `elixir-windows-setup/Output`.
32+
To build the **web installer**, open `elixir-windows-setup\ElixirWeb.iss` in the Inno Setup Compiler and click "Compile" to build an installer in `elixir-windows-setup\Output`.
3733

3834
To build the **offline installer** follow these steps:
3935

4036
1. Extract Precompiled.zip of the desired [Elixir Release](https://github.com/elixir-lang/elixir/releases/) into `elixir-windows-setup\elixir`
4137
2. Open `elixir-windows-setup\Elixir.iss` in the Inno Setup Compiler.
42-
3. Click "Compile" to build an installer in `elixir-windows-setup/Output`.
38+
3. Click "Compile" to build an installer in `elixir-windows-setup\Output`.
4339

4440
## Acknowledgements
4541

0 commit comments

Comments
 (0)