doc: update ReadMe with installation commands
This commit is contained in:
parent
bb38247717
commit
3acbe29f9d
20
README.md
20
README.md
@ -2,3 +2,23 @@
|
|||||||
|
|
||||||
A starter template for [LazyVim](https://github.com/LazyVim/LazyVim).
|
A starter template for [LazyVim](https://github.com/LazyVim/LazyVim).
|
||||||
Refer to the [documentation](https://lazyvim.github.io/installation) to get started.
|
Refer to the [documentation](https://lazyvim.github.io/installation) to get started.
|
||||||
|
|
||||||
|
# 🛠️ Installation
|
||||||
|
|
||||||
|
## TL;DR
|
||||||
|
|
||||||
|
```sh
|
||||||
|
git clone https://forge.chapril.org/michel_ouba/LazyVim.git ~/.config/nvim
|
||||||
|
```
|
||||||
|
|
||||||
|
## Make a backup of your current Neovim files:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
# required
|
||||||
|
mv ~/.config/nvim{,.bak}
|
||||||
|
|
||||||
|
# optional but recommended
|
||||||
|
mv ~/.local/share/nvim{,.bak}
|
||||||
|
mv ~/.local/state/nvim{,.bak}
|
||||||
|
mv ~/.cache/nvim{,.bak}
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user