From 7c606f7ba61dc291c3e978f2800f812d7b433cc1 Mon Sep 17 00:00:00 2001 From: Mitsuo Heijo Date: Sat, 4 Jan 2020 01:10:39 +0900 Subject: feature: support erlang --- installer/install-erlang-ls.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 installer/install-erlang-ls.sh (limited to 'installer/install-erlang-ls.sh') diff --git a/installer/install-erlang-ls.sh b/installer/install-erlang-ls.sh new file mode 100755 index 0000000..05ecf5b --- /dev/null +++ b/installer/install-erlang-ls.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +set -e + +git clone --depth=1 https://github.com/erlang-ls/erlang_ls . +make + +ln -s ./_build/default/bin/erlang_ls erlang-ls -- cgit v1.2.3-54-g00ecf