From 919ddd6fc3d1ddb59fa0b35d9ef9fd176f924837 Mon Sep 17 00:00:00 2001 From: Yun <35533749+marcobaobao@users.noreply.github.com> Date: Thu, 18 Nov 2021 22:06:42 +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 f270516..2e03209 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ I will eventually make this better as soon as I can. Not in the immediate. ## 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 @@ -18,7 +18,7 @@ docker run -d -p 3022:3022 yt-dlp-webui ## 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 run build @@ -33,4 +33,4 @@ node server.js ## Todo list - retrieve background task -- better ui/ux \ No newline at end of file +- better ui/ux