Preferences bugfix
[squirrelmail.git] / plugins / translate / INSTALL
1 Installing Plugins
2 ==================
3 Simply untar the file in the plugins directory, and make sure it is
4 in its own directory, and that the name of the directory is the name
5 of the plugin. Example below uses "plug_demo" as the name of the
6 plugin:
7
8 $ cd plugins
9 $ tar -zxvf /usr/archives/plug_demo.tar.gz
10
11 Then go to your config directory and run conf.pl. Choose option
12 8 and add the plugin. Save and exit, then that should be all
13 if the plugin was made correctly. :)
14
15 $ cd ../config
16 $ ./conf.pl