Skip to content

Commit

Permalink
README: correct NVIM_QT_RUNTIME_PATH typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davvid committed Feb 11, 2024
1 parent efb9619 commit 9d8c9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,4 @@ $ cmake --build .
$ NVIM_QT_RUNTIME_PATH=../src/gui/runtime bin/nvim-qt
```

NOTE: `NVIM_QT_RUNTIME` must be set for commands such as `:GuiFont` to work.
NOTE: `NVIM_QT_RUNTIME_PATH` must be set for commands such as `:GuiFont` to work.

0 comments on commit 9d8c9b9

Please sign in to comment.