From 702f6b301893467aaa0b4e5298c262f174cf6cf1 Mon Sep 17 00:00:00 2001 From: Moe Date: Sun, 5 Aug 2018 19:26:13 -0700 Subject: [PATCH] correct readme paths for python-yolo --- plugins/python-yolo/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/python-yolo/README.md b/plugins/python-yolo/README.md index 08b23d3b..c9b4b5c2 100644 --- a/plugins/python-yolo/README.md +++ b/plugins/python-yolo/README.md @@ -19,7 +19,7 @@ sh INSTALL.sh Start the plugin. ``` -pm2 start plugins/python-yolo/shinobi-python-yolo.js +pm2 start shinobi-python-yolo.js ``` Doing this will reveal options in the monitor configuration. Shinobi does not need to be restarted when a plugin is initiated or stopped. @@ -30,7 +30,7 @@ Doing this will reveal options in the monitor configuration. Shinobi does not ne Edit your plugins configuration file. Set the `hostPort` **to be different** than the `listening port for camera.js`. ``` -nano plugins/python-yolo/conf.json +nano conf.json ``` Here is a sample of a Host configuration for the plugin.