aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-08-19 14:13:14 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-11-06 01:56:04 +0100
commit842a54a1bbdd3724ba9283269b3f9899b3844e35 (patch)
tree2ba7f8a8a49b9d8261d90d9d3b85b223abf52244 /README.md
parent04b3c327723587fa63f391884b8dfce44233cc77 (diff)
downloadrneovim-842a54a1bbdd3724ba9283269b3f9899b3844e35.tar.gz
rneovim-842a54a1bbdd3724ba9283269b3f9899b3844e35.tar.bz2
rneovim-842a54a1bbdd3724ba9283269b3f9899b3844e35.zip
doc
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 87d2db8cae..454137219f 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,11 @@ Install from source
make CMAKE_BUILD_TYPE=RelWithDebInfo
sudo make install
+To install to a non-default location, specify `CMAKE_INSTALL_PREFIX`:
+
+ make CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=/full/path/"
+ make install
+
See [the wiki](https://github.com/neovim/neovim/wiki/Building-Neovim) for details.
Install from package