Add missing npm install step to Dev instructions (#815)

* Add missing `npm install` step to Dev instructions

* Update README.md

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
This commit is contained in:
Michał Gibowski 2021-12-22 18:52:17 +01:00 committed by GitHub
parent 87a17f1fc5
commit 4c5fd9a413
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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