mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-03-06 11:53:44 +08:00
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:
parent
87a17f1fc5
commit
4c5fd9a413
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue