Update required Elixir version in README.md (#1972)

The mix.exs requires 1.14.2 or higher, as does connecting to a remote node.
This commit is contained in:
Adrian Irving-Beer 2023-06-09 02:23:03 -04:00 committed by GitHub
parent c383c7aaff
commit dd2606a140
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,7 +91,7 @@ with [Nerves](https://www.nerves-project.org/).
### Direct installation with Elixir
You can run Livebook on your own machine using just Elixir. You will need
[Elixir v1.13](https://elixir-lang.org/install.html) or later.
[Elixir v1.14.2](https://elixir-lang.org/install.html) or later.
Livebook also requires the following Erlang applications: `inets`,
`os_mon`, `runtime_tools`, `ssl` and `xmerl`. Those applications come
with most Erlang distributions but certain package managers may split