Skip to content

Commit 8b38bd5

Browse files
Update README.md to include windows install snippet
For the other 3 of us Windows developers
1 parent aff28a0 commit 8b38bd5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ This mini-course is designed to help **React developers** learn **Vim** commands
1010

1111
Before starting this course, you should have neovim installed and configured:
1212

13-
1. macOS: `brew install nvim fzf ripgrep`
13+
1. Install Neovim and dependencies
14+
- macOS: `brew install nvim fzf ripgrep`
15+
- Windows: `choco install -y neovim git ripgrep wget fd unzip gzip mingw make`
1416
2. Follow [this Neovim quickstart](https://github.com/nvim-lua/kickstart.nvim)
1517

1618
That's it! Download the [course file](./public/course.tsx) and start neovim with `nvim course.tsx`.

0 commit comments

Comments
 (0)