功能:修改完代码可以自动编译加载到VM中
必须安装的软件:
Linux: inotify 链接https://github.com/rvoicilas/inotify-tools/wiki
配置:
在~/.config/rebar3/rebar.config中添加
~/.config/rebar3/rebar.config
{plugins, [rebar3_auto, rebar3_reloader]}.
最后:在项目的根目录下使用rebar3 reloader 或者 make run