diff options
author | Abouzar Parvan <[email protected]> | 2021-07-11 18:44:34 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-11 18:44:34 +0000 |
commit | c713656389529783f673a953a096884a4cd1f483 (patch) | |
tree | 8b29354176fe50acc75a2ecf0975f0a0242d648f | |
parent | ed973fdb9d1df908449f99e67037820825fd4dce (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/lunarvim/mas 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) +LVBRANCH=rolling bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/lunarvim/rolling/utils/installer/install.sh) ``` |