summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBinx <[email protected]>2021-07-20 16:55:13 +0400
committerGitHub <[email protected]>2021-07-20 16:55:13 +0400
commitdac295a0c99644803b7b598e38ff25b01a217542 (patch)
tree685138ce7b4adc2529825a3e2263961c45ec2967
parent64e3d2c4595790a842a394a004180a1775f4c21c (diff)
Update README
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3d9fa3ec..fa5ccc79 100644
--- a/README.md
+++ b/README.md
@@ -29,15 +29,15 @@ bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/lunarvim/mas
```
### Installing
-The following command installs LunarVim. Change LVBRANCH to the branch you'd like to install. 'master' for the stable branch and 'rolling' for the latest changes.
+The following command installs LunarVim. Change `LVBRANCH` to the branch you'd like to install. `master` for the stable branch and `rolling` for the latest changes.
``` bash
LVBRANCH=rolling bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/lunarvim/rolling/utils/installer/install.sh)
```
### BREAKING CHANGE on the rolling branch
-* Going forward LunarVim will no longer reside in the nvim configuration folder. LunarVim has been moved to ~/.local/share/lunarvim.
-* To launch Lunarvim use the new 'lvim' command. 'nvim' will only launch standard neovim.
-* Your personal configuration file (lv-config.lua) can now be found in ~/.config/lvim. You can initialize this folder as a git repository to track changes to your configuration files.
+* Going forward LunarVim will no longer reside in the nvim configuration folder. LunarVim has been moved to `~/.local/share/lunarvim`.
+* To launch Lunarvim use the new `lvim` command. `nvim` will only launch standard neovim.
+* Your personal configuration file (`lv-config.lua`) can now be found in `~/.config/lvim`. You can initialize this folder as a git repository to track changes to your configuration files.
### Fixing installation problems
If your installation is stuck on `Ok to remove? [y/N]`, it means there are some leftovers, \