From 42c393c342dca345b19a32992fa6cbcaffb035c3 Mon Sep 17 00:00:00 2001 From: Emmanuel Balogun Date: Sat, 9 Jul 2022 13:23:45 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3be8f28..77f37f9 100755 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ Ensure you've storage setup (Amazon S3, Google Drive, etc.) Also, ensure you've enabled `cb_recordings` module #### Installation instructions: -1. Copy the accounts app to your apps directory -2. Register the recording app +1. Copy the recordings app to your apps directory +2. Register the recordings app ```bash # sup crossbar_maintenance init_app PATH_TO_RECORDING_DIRECTORY API_ROOT # The Kazoo user should be able to read files from recordings app directory sup crossbar_maintenance init_app /var/www/html/monster-ui/apps/recordings https://site.com:8443/v2/ ``` -3. Activate recording app in the Monster UI App Store ( `/#/apps/appstore` ) \ No newline at end of file +3. Activate recordings app in the Monster UI App Store ( `/#/apps/appstore` ) \ No newline at end of file