From: Joseph Nuthalapati Date: Sat, 11 Apr 2020 05:29:18 +0000 (+0530) Subject: Better installation instructions X-Git-Tag: 0.2.0~5 X-Git-Url: https://njoseph.me/gitweb/nimcoon.git/commitdiff_plain/88a5646a568ba5aca9b26bb8423fd9756f6831ca Better installation instructions Signed-off-by: Joseph Nuthalapati --- 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: