From 073d85863a1f1d67726827c0a024c1ee38c026e3 Mon Sep 17 00:00:00 2001 From: Brian Le Date: Fri, 30 Aug 2024 23:50:17 +0000 Subject: [PATCH] Update README --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a8b3c86..d8a7304 100644 --- a/README.md +++ b/README.md @@ -15,18 +15,19 @@ Default port number is 4416. If you want to change this, be sure to change it in ### 1. Set up the provider -Native: +Docker: ``` -yarn install --frozen-lockfile -npx tsc -node build/main.js +docker run --name bgutil-provider -d -p 4416:4416 brainicism/bgutil-ytdlp-pot-provider ``` -Docker: +Native: ``` -docker run --name bgutil-provider -d -p 4416:4416 brainicism/bgutil-ytdlp-pot-provider +cd server/ +yarn install --frozen-lockfile +npx tsc +node build/main.js ``` ### 2. Install the plugin