chore(readme): add first run steps
This commit is contained in:
parent
fbbb3a5a77
commit
968338ac49
1 changed files with 10 additions and 0 deletions
10
readme.md
10
readme.md
|
@ -33,6 +33,8 @@ _While CosmicNvim is geared specifically toward TypeScript/JavaScript developmen
|
|||
|
||||
### How to install
|
||||
|
||||
_Requires Neovim (0.6.0+)_
|
||||
|
||||
Using [stow](https://www.gnu.org/software/stow/)
|
||||
|
||||
```
|
||||
|
@ -55,6 +57,14 @@ Just clone it
|
|||
$ git clone git@github.com:mattleong/CosmicNvim.git nvim
|
||||
```
|
||||
|
||||
#### First run
|
||||
|
||||
You will need to set up Packers compiled file via the steps below:
|
||||
|
||||
1. Start NVIM
|
||||
2. Run `PackerUpdate` & `PackerCompile`
|
||||
3. Restart NVIM
|
||||
|
||||
_Install script coming soon..._
|
||||
|
||||
## 📷 Screenshots
|
||||
|
|
Loading…
Add table
Reference in a new issue