mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-08 12:36:36 +08:00
Fix url repo in developmento topic (#460)
This commit is contained in:
parent
756420f5fa
commit
d20d4f6bf1
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ The following environment variables configure Livebook:
|
||||||
Livebook is primarily a Phoenix web application and can be setup as such:
|
Livebook is primarily a Phoenix web application and can be setup as such:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone https://github.com/elixir-nx/livebook.git
|
git clone https://github.com/livebook-dev/livebook.git
|
||||||
cd livebook
|
cd livebook
|
||||||
mix deps.get
|
mix deps.get
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue