mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-10 09:03:02 +08:00
Latest Hex no longer requires us to hardcode the version (#564)
This commit is contained in:
parent
fa2e68c208
commit
7eea603964
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ Running Livebook using Escript makes for a very convenient option
|
|||
for local usage and provides easy configuration via CLI options.
|
||||
|
||||
```shell
|
||||
mix escript.install hex livebook 0.2.3
|
||||
mix escript.install hex livebook
|
||||
|
||||
# Start the Livebook server
|
||||
livebook server
|
||||
|
|
Loading…
Reference in a new issue