summaryrefslogtreecommitdiff
path: root/doc/en/weechat_tester.en.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/weechat_tester.en.asciidoc')
-rw-r--r--doc/en/weechat_tester.en.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_tester.en.asciidoc b/doc/en/weechat_tester.en.asciidoc
index 8078e14f5..4ea323301 100644
--- a/doc/en/weechat_tester.en.asciidoc
+++ b/doc/en/weechat_tester.en.asciidoc
@@ -87,7 +87,7 @@ To build sources, cmake is recommended:
----
$ mkdir build
$ cd build
-$ cmake .. -DPREFIX=$HOME/weechat-git -DWEECHAT_HOME=~/.weechat-dev -DCMAKE_BUILD_TYPE=Debug
+$ cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/weechat-git -DWEECHAT_HOME=~/.weechat-dev -DCMAKE_BUILD_TYPE=Debug
$ make
$ make install
----