Skip to content

Commit 1b8aacd

Browse files
Update note about required Elixir version to match the Introduction guide
The Introduction guide sets Elixir version 1.0.0 as the minimum requirement, so the Mix Introduction guide should match the same required version - it's likely what users will have installed anyway.
1 parent 59859eb commit 1b8aacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/mix-otp/introduction-to-mix.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ In order to build our key-value application, we are going to use three main tool
4040

4141
In this chapter, we will create our first project using Mix and explore different features in <abbr title="Open Telecom Platform">OTP</abbr>, Mix and ExUnit as we go.
4242

43-
> Note: this guide requires Elixir v0.15.0 or later. You can check your Elixir version with `elixir -v` and install a more recent version if required by following the steps described in [the first chapter of the Getting Started guide](/getting-started/introduction.html).
43+
> Note: this guide requires Elixir v1.0.0 or later. You can check your Elixir version with `elixir -v` and install a more recent version if required by following the steps described in [the first chapter of the Getting Started guide](/getting-started/introduction.html).
4444
>
4545
> If you have any questions or improvements to the guide, please let us know in [our mailing list](https://groups.google.com/d/forum/elixir-lang-talk) or [issues tracker](https://github.com/elixir-lang/elixir-lang.github.com/issues) respectively. Your input is really important to help us guarantee the guides are accessible and up to date!
4646

0 commit comments

Comments
 (0)