Skip to content

Commit 2da97a3

Browse files
authoredSep 28, 2024
Update README to include windows install snippet (#6)
2 parents aff28a0 + 8b38bd5 commit 2da97a3

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)
Please sign in to comment.