From 25b3f095b6db0745d22e3844af072300a734c142 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 11 Feb 2022 15:13:10 -0600 Subject: [PATCH] Add .tool-versions --- .tool-versions | 2 ++ readme.md | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .tool-versions diff --git a/.tool-versions b/.tool-versions new file mode 100644 index 0000000..1cfcb49 --- /dev/null +++ b/.tool-versions @@ -0,0 +1,2 @@ +elixir 1.13.3-otp-24 +erlang 24.2.1 diff --git a/readme.md b/readme.md index 96f752a..b4728a0 100644 --- a/readme.md +++ b/readme.md @@ -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" ```