aboutsummaryrefslogtreecommitdiff
path: root/installer/install-erlang-ls.cmd
blob: 6b6f3c93cfc5060ed5237923e719c94ccc33e28c (plain)
1
2
3
4
5
6
7
8
9
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