From 3886b2a266e0cf4c582c1ec5db2ce0f74dd2bf8f Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Sat, 14 Dec 2019 23:09:12 +0900 Subject: Add installer for solargraph --- installer/install-solargraph.cmd | 3 +++ installer/install-solargraph.sh | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 installer/install-solargraph.cmd create mode 100644 installer/install-solargraph.sh diff --git a/installer/install-solargraph.cmd b/installer/install-solargraph.cmd new file mode 100644 index 0000000..0a1fa44 --- /dev/null +++ b/installer/install-solargraph.cmd @@ -0,0 +1,3 @@ +@echo off + +gem install --user-install solargraph diff --git a/installer/install-solargraph.sh b/installer/install-solargraph.sh new file mode 100644 index 0000000..6c386f9 --- /dev/null +++ b/installer/install-solargraph.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +gem install --user-install solargraph + -- cgit v1.2.3-54-g00ecf