Update README.md

This commit is contained in:
daa84 2017-03-07 18:22:17 +03:00 committed by GitHub
parent efd9826324
commit 8e6888591c
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ call rpcnotify(1, 'Gui', 'Font', 'DejaVu Sans Mono 12')
# Command line
As this project uses gtk-rs, custom option by GtkApplication not supported yet.
There is workaround to pass nvim execution path.
```bat
```
cargo run -- --nvim-bin-path=E:\Neovim\bin\nvim.exe
```