mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-07 05:24:40 +08:00
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:
parent
c383c7aaff
commit
dd2606a140
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue