diff options
Diffstat (limited to 'doc/en/weechat_quickstart.en.txt')
-rw-r--r-- | doc/en/weechat_quickstart.en.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/en/weechat_quickstart.en.txt b/doc/en/weechat_quickstart.en.txt index 5b4f95e91..7b6973a3d 100644 --- a/doc/en/weechat_quickstart.en.txt +++ b/doc/en/weechat_quickstart.en.txt @@ -231,7 +231,9 @@ WeeChat: http://www.weechat.org/scripts Easiest way to install scripts is to use script 'weeget.py': -. download and copy 'weeget.py' to ~/.weechat/python/autoload/ +. `mkdir -p ~/.weechat/python/autoload` +. `cd ~/.weechat/python/autoload` +. `wget http://weechat.org/files/scripts/weeget.py` . load script: `/python autoload` . scripts list: `/weeget list` (for help: `/help weeget`) |