summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar piotrruss <mail@pruss.it> 2021-05-30 21:31:39 +0200
committerGravatar piotrruss <mail@pruss.it> 2021-05-31 09:41:38 +0200
commit68f5cf5430c4f7e43fbfb51177eb903b121911be (patch)
tree5de8b78829f94f8809dbdc7b8703a453a164d611 /README.md
parentda4c8c2fda07812e643363114c67df3ec0d3925e (diff)
downloadyt_audio_player_api-68f5cf5430c4f7e43fbfb51177eb903b121911be.tar.gz
yt_audio_player_api-68f5cf5430c4f7e43fbfb51177eb903b121911be.tar.bz2
yt_audio_player_api-68f5cf5430c4f7e43fbfb51177eb903b121911be.zip
added related videos search
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7737cd5..46ae690 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,9 @@ Command line player to listen to YT videos written in node
Saves bandwidth and streams only the audio part of the videos
# Requirements
-Node.js and npm installed
+1. Node.js and npm
+2. mpv
+3. youtube_dl
# Before use
1. Install node packages with `npm i`