Skip to content
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
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,16 @@ editor. For example, if you'd like to use `vim`:
xdg-mime default vim.desktop text/x-csrc
```

If you are on windows, you can configure an editor (like VS Code) like this:
```cmd
//cmd
set "EDITOR=code --wait"
```
```powershell
//powershell
setx EDITOR "code --wait"
```

Once installed, run the init process:

```
Expand Down