From 4c5fd9a413fd6da959bddc4cf8aa2b98a458442d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Gibowski?= Date: Wed, 22 Dec 2021 18:52:17 +0100 Subject: [PATCH] Add missing `npm install` step to Dev instructions (#815) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add missing `npm install` step to Dev instructions * Update README.md Co-authored-by: Jonatan KÅ‚osko --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e06f162e3..b4ef3024f 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ Livebook is primarily a Phoenix web application and can be setup as such: ```shell git clone https://github.com/livebook-dev/livebook.git cd livebook -mix deps.get +mix dev.setup # Run the Livebook server mix phx.server