From 8b5322c73ff228b9d5d1911ff1f00c9764be5196 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 28 Jun 2012 17:34:18 +0530 Subject: [PATCH] ... --- manual/creating_plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/creating_plugins.rst b/manual/creating_plugins.rst index f39b60dad9..c3f1202365 100644 --- a/manual/creating_plugins.rst +++ b/manual/creating_plugins.rst @@ -195,7 +195,7 @@ It can get tiresome to keep re-adding a plugin to calibre to test small changes. Once you've located the zip file of your plugin you can then directly update it with your changes instead of re-adding it each time. To do so from the command line, in the directory that contains your plugin source code, use:: - calibre -s; zip -R /path/to/plugin/zip/file.zip *; calibre + calibre -s; zip -r /path/to/plugin/zip/file.zip *; calibre This will shutdown a running calibre. Wait for the shutdown to complete, then update your plugin files and relaunch calibre. It relies on the freely available zip command line tool.