From 3f86af051c9226d363b346318c13b9ac6e1f1af6 Mon Sep 17 00:00:00 2001 From: roboticsdude60 Date: Wed, 8 Dec 2021 00:08:23 -0700 Subject: [PATCH] Update README.md (#767) bump the version requirement of Elixir to match 1.13 from the previous 1.12 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cb430d10..becd647c0 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ pick the one that best fits your use case. ### Running locally You can run Livebook on your own machine. You will need -[Elixir v1.12](https://elixir-lang.org/install.html) or later. +[Elixir v1.13](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