diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-07-03 19:41:01 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-07-03 19:41:01 +0200 |
commit | 275389864be6b83f1b0fd2d51e5899b759e0b966 (patch) | |
tree | 1d8efb7aa6e3a92d33e66d45f11c6c43ab6c020e /doc/en/weechat_user.en.adoc | |
parent | 5848d06e65703ae3ccf161e1183c191c9da264b4 (diff) | |
download | weechat-275389864be6b83f1b0fd2d51e5899b759e0b966.zip |
doc: use sudo for command "make install" in README and user's guide
Diffstat (limited to 'doc/en/weechat_user.en.adoc')
-rw-r--r-- | doc/en/weechat_user.en.adoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 18bbb6e27..0f52a1a9e 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -149,10 +149,10 @@ $ mkdir build $ cd build $ cmake .. $ make -% make install (as root) +$ sudo make install ---- -* Installation in custom directory: +* Installation in custom directory (for example your home): ---- $ mkdir build @@ -308,10 +308,10 @@ $ mkdir build $ cd build $ ../configure $ make -% make install (as root) +$ sudo make install ---- -* Installation in custom directory: +* Installation in custom directory (for example your home): ---- $ ./autogen.sh |