Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Brainicism committed Aug 30, 2024
1 parent 6bc2578 commit 073d858
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 073d858

Please sign in to comment.