Clarify env var placement, closes #13809

This commit is contained in:
José Valim 2024-09-06 09:09:42 +02:00
parent 3216b6b06f
commit d9a47b8845

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