feat(readme): update install snippet

This commit is contained in:
Matt Leong 2022-02-08 08:36:16 -08:00
parent 65a216ed4e
commit 981b309aeb

View file

@ -64,11 +64,14 @@ experience with any LSP supported language._
#### Install
```bash
# move to config dir
cd ~/.config
# back up current config
cp -r nvim nvim.backup
# clone repository
git clone git@github.com:CosmicNvim/CosmicNvim.git nvim
nvim .
# open nvim and install plugins
nvim +CosmicReloadSync
```
Additional CosmicNvim installation [details](https://github.com/CosmicNvim/CosmicNvim/wiki/Installation).