From 136d5039c42b406dd0b31aea188deb4fce3b1328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sat, 26 Feb 2022 09:40:15 +0100 Subject: [PATCH] Add rebar and hex update steps to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62e4b375c..5b3a20e31 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ Running Livebook using Escript makes for a very convenient option for local usage and provides easy configuration via CLI options. ```shell +mix do local.rebar --force, local.hex --force mix escript.install hex livebook # Start the Livebook server