From 93b9b98f057c4587d80a7aa655b26b74a07c90bc Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Fri, 1 Feb 2013 23:04:56 -0800 Subject: [PATCH] added note on nzbToSickBeard manual call. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e334ce7..33a6dad7 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ Installation 2. If you have added .py to your PATHEXT (in windows) or you have given nzbToSickBeard.py executable permissions, or you are using the compiled executables you can manually call this process outside of your nzb client for testing your configuration or in case a postprocessing event failed. To do this, execute nzbToSickBeard.py e.g. double-click in Windows or via ssh/shell issue the following command: $ ./nzbToSickBeard.py when in the directory where nzbToSickBeard.py is located. + note: you must have watch_dir set to use nzbToSickBeard for a manual scan. ### nzbToCouchPotato