mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-03-06 20:03:22 +08:00
Update README and version in mix.exs
This commit is contained in:
parent
071ac63cd4
commit
7d59acf518
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,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
|
||||
mix escript.install hex livebook 0.2.3
|
||||
|
||||
# Start the Livebook server
|
||||
livebook server
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -1,7 +1,7 @@
|
|||
defmodule Livebook.MixProject do
|
||||
use Mix.Project
|
||||
|
||||
@version "0.2.3"
|
||||
@version "0.3.0-dev"
|
||||
@description "Interactive and collaborative code notebooks - made with Phoenix LiveView"
|
||||
|
||||
def project do
|
||||
|
|
Loading…
Reference in a new issue