We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It needs elixir and hex installed.
elixir
hex
The text was updated successfully, but these errors were encountered:
what’s the purpose of this ticket?
Sorry, something went wrong.
README of examples/demo just said:
$ rebar3 compile $ rebar3 shell Erlang/OTP 18 [erts-7.3] [source] [64-bit] [smp:8:8] [async-threads:0] [hipe] [kernel-poll:false] [dtrace] Eshell V7.3 (abort with ^G) 1> 'Elixir.MacroApp':run().
etc.
However, rebar3 compile on the demo also need elixir and hex plugin for mix installed, So it's better to Add somethings on README like
elixir (if no version limit) hex for mix
Aahh I understand now :) Yes indeed. I will edit the readme asap. Thanks!
No branches or pull requests
It needs
elixir
andhex
installed.The text was updated successfully, but these errors were encountered: