mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-03-06 20:03:22 +08:00
Add rebar and hex update steps to README
This commit is contained in:
parent
3622d0ee4b
commit
136d5039c4
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ Running Livebook using Escript makes for a very convenient option
|
||||||
for local usage and provides easy configuration via CLI options.
|
for local usage and provides easy configuration via CLI options.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
mix do local.rebar --force, local.hex --force
|
||||||
mix escript.install hex livebook
|
mix escript.install hex livebook
|
||||||
|
|
||||||
# Start the Livebook server
|
# Start the Livebook server
|
||||||
|
|
Loading…
Reference in a new issue