This commit is contained in:
Daniel Flanagan 2022-05-25 09:37:48 -05:00
parent 705b66e418
commit db2e7c4537
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Install and run a local Livebook in `attached` mode and automatically grab my
code:
```fish
env LIVEBOOK_PORT=5588 LIVEBOOK_IFRAME_PORT=5589 \
env LIVEBOOK_PORT=5560 LIVEBOOK_IFRAME_PORT=5561 \
LIVEBOOK_HOME=(pwd) LIVEBOOK_IP=0.0.0.0 \
livebook server --default-runtime mix --no-token
```