Add Windows installer for erlang-ls

This commit is contained in:
Yasuhiro Matsumoto
2020-01-31 00:52:30 +09:00
parent 382223bca5
commit e2ca657991

View File

@@ -0,0 +1,10 @@
@echo off
git clone --depth=1 https://github.com/erlang-ls/erlang_ls .
make
echo @echo off ^
%%~dp0\_build\default\bin\erlang_ls %%* ^
> erlang-ls.cmd