Skip to content

Update README.md to include windows install snippet #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ This mini-course is designed to help **React developers** learn **Vim** commands

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

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

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