Skip to content

Commit

Permalink
Improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vhakulinen committed Apr 30, 2019
1 parent 4983c99 commit b721c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ you have [rust tool chain](https://rustup.rs/) installed:
```
$ sudo apt install libgtk-3-dev libwebkit2gtk-4.0-dev
$ # Run (unoptimized version) without installing
$ GNVIM_RUNTIME_PATH=./runtime cargo run
$ GNVIM_RUNTIME_PATH=/path/to/gnvim/runtime cargo run
$ # Install
$ make
$ sudo make install
Expand Down Expand Up @@ -70,7 +70,7 @@ this repo and run `make build` followed by `sudo make install`.
TL;DR: Without installing:

```
GNVIM_RUNTIME_PATH=./runtime cargo run
GNVIM_RUNTIME_PATH=/path/to/gnvim/runtime cargo run
```

GNvim requires some runtime files to be present and loaded by nvim to work
Expand Down

0 comments on commit b721c77

Please sign in to comment.