From b68950978aa6dc7b4bbd0e736f95d3e9f6b93615 Mon Sep 17 00:00:00 2001 From: Kai Date: Sat, 10 Jul 2021 16:25:35 -0700 Subject: adding branch support (#852) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 253cb966..55b46b4d 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,12 @@ Make sure you have the newest version of Neovim (0.5). bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/lunarvim/master/utils/installer/install.sh) ``` +If you help to develop Lunarvim, you can install a specific branch branch directly +``` bash +LVBRANCH=rolling bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/lunarvim/master/utils/installer/install.sh) +``` + + ## Installing LSP for your language Just enter `:LspInstall` followed by `` to see your options -- cgit v1.2.3