Add .tool-versions

This commit is contained in:
Daniel Flanagan 2022-02-11 15:13:10 -06:00
parent f79ae09c72
commit 25b3f095b6
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
2 changed files with 3 additions and 2 deletions

2
.tool-versions Normal file
View File

@ -0,0 +1,2 @@
elixir 1.13.3-otp-24
erlang 24.2.1

View File

@ -17,8 +17,7 @@ mix escript.install github livebook-dev/livebook
git clone https://git.lyte.dev/lytedev/ranch-talk.git
mix do deps.get, compile
env LIVEBOOK_PORT=5588 LIVEBOOK_IFRAME_PORT=5589 \
livebook server --name ranch_is_neat@localhost --cookie yes-please \
--default-runtime attached:ranch_is_neat@localhost:yes-please \
livebook server --default-runtime mix \
"$(pwd)/ranch-talk.livemd"
```