fix: chage single quotes to double quotes in installation command in README.md

This chage helps to avoid escaping single quote in word "cuqmbr'r"
This commit is contained in:
cuqmbr 2024-02-16 17:32:03 +02:00
parent 6d9d99587d
commit b0c21c0e87
Signed by: cuqmbr
GPG Key ID: 0AA446880C766199

View File

@ -6,7 +6,11 @@ Clone the repository into the correct location (make a backup your current `nvim
The following command makes it all automatically:
```
cp -r ~/.config/nvim ~/.config/nvim_old && rm -rf ~/.cache/nvim ~/.local/share/nvim ~/.local/state/nvim ~/.config/nvim && git clone git@gitea.cuqmbr.xyz:cuqmbr/nvim-config.git ~/.config/nvim && echo 'cuqmbr's NeoVIM config installation completed successfuly' || echo 'Failed to install cuqmbr's NeoVIM config'
cp -r ~/.config/nvim ~/.config/nvim_old && \
rm -rf ~/.cache/nvim ~/.local/share/nvim ~/.local/state/nvim ~/.config/nvim && \
git clone git@gitea.cuqmbr.xyz:cuqmbr/nvim-config.git ~/.config/nvim && \
echo "cuqmbr's NeoVIM config installation completed successfuly" || \
echo "Failed to install cuqmbr's NeoVIM config"
```
Run `nvim` in your terminal and wait for the plugins to be installed. It should take less than a minute. Reopen nvim