Add .tool-versions
This commit is contained in:
parent
f79ae09c72
commit
25b3f095b6
2
.tool-versions
Normal file
2
.tool-versions
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
elixir 1.13.3-otp-24
|
||||||
|
erlang 24.2.1
|
|
@ -17,8 +17,7 @@ mix escript.install github livebook-dev/livebook
|
||||||
git clone https://git.lyte.dev/lytedev/ranch-talk.git
|
git clone https://git.lyte.dev/lytedev/ranch-talk.git
|
||||||
mix do deps.get, compile
|
mix do deps.get, compile
|
||||||
env LIVEBOOK_PORT=5588 LIVEBOOK_IFRAME_PORT=5589 \
|
env LIVEBOOK_PORT=5588 LIVEBOOK_IFRAME_PORT=5589 \
|
||||||
livebook server --name ranch_is_neat@localhost --cookie yes-please \
|
livebook server --default-runtime mix \
|
||||||
--default-runtime attached:ranch_is_neat@localhost:yes-please \
|
|
||||||
"$(pwd)/ranch-talk.livemd"
|
"$(pwd)/ranch-talk.livemd"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue