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
```
// 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