Update README.md

This commit is contained in:
Yun
2021-11-18 22:06:42 +01:00
committed by GitHub
parent b635515500
commit 919ddd6fc3

View File

@@ -8,7 +8,7 @@ I will eventually make this better as soon as I can. Not in the immediate.
## Docker install ## Docker install
``` ```
// download the yt-dl build and put it in the lib folder // download the yt-dl build and put it in the lib folder and make it executable
mkdir downloads mkdir downloads
@@ -18,7 +18,7 @@ docker run -d -p 3022:3022 yt-dlp-webui
## Manual install ## Manual install
``` ```
// download the yt-dl build and put it in the lib folder // download the yt-dl build and put it in the lib folder and make it executable
npm i npm i
npm run build npm run build
@@ -33,4 +33,4 @@ node server.js
## Todo list ## Todo list
- retrieve background task - retrieve background task
- better ui/ux - better ui/ux