diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-06-09 22:03:56 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-06-09 22:03:56 +0200 |
commit | 9f09c26fcaa54fc4a722ae4df1db648ae8f1d164 (patch) | |
tree | ebbbef755b29adf231ef9e5d134907fa5233a12b /doc/ru | |
parent | c0c75a95556bc68a963c635925ab480875e1a474 (diff) | |
download | weechat-9f09c26fcaa54fc4a722ae4df1db648ae8f1d164.zip |
doc: add commands to download weeget.py in quickstart guide
Diffstat (limited to 'doc/ru')
-rw-r--r-- | doc/ru/weechat_quickstart.ru.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ru/weechat_quickstart.ru.txt b/doc/ru/weechat_quickstart.ru.txt index 0d41bf586..7ff0e24f0 100644 --- a/doc/ru/weechat_quickstart.ru.txt +++ b/doc/ru/weechat_quickstart.ru.txt @@ -230,7 +230,9 @@ WeeChat: http://www.weechat.org/scripts Простейший путь для установки скриптов - исползовать скрипт 'weeget.py': -. скачайте и скопируйте 'weeget.py' в ~/.weechat/python/autoload/ +. `mkdir -p ~/.weechat/python/autoload` +. `cd ~/.weechat/python/autoload` +. `wget http://weechat.org/files/scripts/weeget.py` . подгрузить скрипт в Weechat: `/python autoload` . скачайте список скриптов: `/weeget list` (for help: `/help weeget`) |