diff options
author | Florent Le Coz <louiz@louiz.org> | 2012-10-23 01:02:01 +0000 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2012-10-23 01:05:35 +0000 |
commit | 9c14d35a586c51bc4635343d407fd75a6c1f5e22 (patch) | |
tree | 3908d5f296c6846694cac10704f5af86f6f962cf /doc/en/plugins | |
parent | a536c1dc4f4c28da96a64a6c91e6ed5061e3c077 (diff) | |
download | poezio-9c14d35a586c51bc4635343d407fd75a6c1f5e22.tar.gz poezio-9c14d35a586c51bc4635343d407fd75a6c1f5e22.tar.bz2 poezio-9c14d35a586c51bc4635343d407fd75a6c1f5e22.tar.xz poezio-9c14d35a586c51bc4635343d407fd75a6c1f5e22.zip |
Add a little sentence in the doc.
Diffstat (limited to 'doc/en/plugins')
-rw-r--r-- | doc/en/plugins/index.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/en/plugins/index.txt b/doc/en/plugins/index.txt index 4f3f7055..f902870c 100644 --- a/doc/en/plugins/index.txt +++ b/doc/en/plugins/index.txt @@ -13,6 +13,8 @@ by setting the _plugins_dir_ option in the link:../configure.html[configuration file] to the directory where you want to put your plugins. +This means that if you want to use a plugin, you have to copy it (the .py file or the directory) into _plugins_dir_. + Plugins autostart ----------------- |