summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorVille Hakulinen <ville.hakulinen@gmail.com>2019-04-30 20:06:31 +0300
committerVille Hakulinen <ville.hakulinen@gmail.com>2019-04-30 20:06:31 +0300
commitb721c778abc8d4156429307ab5773c275f99b19c (patch)
tree9187c28e077f0b12a06a3b62f6a87da36f8fcc58 /README.md
parent4983c99d0cbd74b800679f6248f68d28b02c7197 (diff)
Improve readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 84c9540..5c7e1ae 100644
--- a/README.md
+++ b/README.md
@@ -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
@@ -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