summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKai <[email protected]>2021-07-10 16:25:35 -0700
committerGitHub <[email protected]>2021-07-10 19:25:35 -0400
commitb68950978aa6dc7b4bbd0e736f95d3e9f6b93615 (patch)
tree9b5598204a17b72fdd2d2c6f1481728124799278 /README.md
parent93379a2977ba10695cc6d0aac3ca4ce9111fa31e (diff)
adding branch support (#852)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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 `<TAB>` to see your options