Open minghu6 opened 6 years ago
what’s the purpose of this ticket?
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!
It needs
elixir
andhex
installed.