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/ja | |
parent | 5848d06e65703ae3ccf161e1183c191c9da264b4 (diff) | |
download | weechat-275389864be6b83f1b0fd2d51e5899b759e0b966.zip |
doc: use sudo for command "make install" in README and user's guide
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/weechat_user.ja.adoc | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index 05428f139..669c12cce 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -154,10 +154,11 @@ $ mkdir build $ cd build $ cmake .. $ make -% make install (root で実行) +$ sudo make install ---- -* 任意のディレクトリにインストールする場合: +// TRANSLATION MISSING +* 任意のディレクトリにインストールする場合 (for example your home): ---- $ mkdir build @@ -312,10 +313,11 @@ $ mkdir build $ cd build $ ../configure $ make -% make install (as root) +$ sudo make install ---- -* 任意のディレクトリにインストールする場合: +// TRANSLATION MISSING +* 任意のディレクトリにインストールする場合 (for example your home): ---- $ ./autogen.sh |