Clarify env var placement, closes #13809

This commit is contained in:
José Valim 2024-09-06 09:09:42 +02:00 committed by Jonatan Kłosko
parent 62312e21f4
commit c880d337c5

View file

@ -130,7 +130,8 @@ defmodule Livebook.Application do
_ ->
Livebook.Config.abort!("""
You must set the environment variable ELIXIR_ERL_OPTIONS="-epmd_module Elixir.Livebook.EPMD"
You must set the environment variable ELIXIR_ERL_OPTIONS="-epmd_module Elixir.Livebook.EPMD" \
before the command (and exclusively before the command)
""")
end
end