From 88a5646a568ba5aca9b26bb8423fd9756f6831ca Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Sat, 11 Apr 2020 10:59:18 +0530 Subject: [PATCH] Better installation instructions Signed-off-by: Joseph Nuthalapati --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e4782eb..a852de6 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,18 @@ Nim Coon depends on the following: - mpv (recommended) or vlc - peerflix (for magnet links) +Install VLC or MPV using your distribution's package manager. + +Install YouTube-dl +``` sh +pip3 install --user youtube-dl +``` + +Install PeerFlix +```sh +npm install --global peerflix +``` + ### Installing using Nimble NimCoon can be installed from Nimble repositories: -- 2.43.0