From af9a966fce7d7a4b6e3ce8018f2a74ace76c2823 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Sat, 4 Apr 2020 13:43:51 +0530 Subject: [PATCH] Update package management tasks and instructions Signed-off-by: Joseph Nuthalapati --- README.md | 21 ++++++++++++++++----- TODO.org | 6 +++++- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3020333..e4782eb 100644 --- a/README.md +++ b/README.md @@ -25,20 +25,31 @@ Nim Coon depends on the following: - mpv (recommended) or vlc - peerflix (for magnet links) -Download the latest build from GitlabCI (amd64 GNU/Linux only). +### Installing using Nimble + +NimCoon can be installed from Nimble repositories: + +``` sh +nimble install nimcoon +``` + +You can also install from source by running the following command: ```sh -wget https://gitlab.com/njoseph/nimcoon/-/jobs/artifacts/master/download?job=compile -O artifacts.zip -unzip artifacts.zip +nimble install ``` +### Installing binary -For other platforms, you can install from source by running the following command: +Download the latest build from GitlabCI (amd64 GNU/Linux only). ```sh -nimble install +wget https://gitlab.com/njoseph/nimcoon/-/jobs/artifacts/master/download?job=compile -O artifacts.zip +unzip artifacts.zip ``` +Copy the binary to somewhere on your path like /usr/local/bin + ## Usage ```sh diff --git a/TODO.org b/TODO.org index 5488630..ce4ef86 100644 --- a/TODO.org +++ b/TODO.org @@ -1,4 +1,4 @@ -* Task list [7/11] +* Task list [7/12] - [X] Pretty colors in terminal - [X] Get rid of temp file or make one temp file per user - [X] Preferences should go into a config file @@ -6,6 +6,10 @@ - [X] PeerTube support (only direct download, because webtorrent seeds are too slow) - [X] Find a better name. clitube is an SEO disaster - [X] Option to download audio/video +- [-] Packaging [1/3] + - [X] Nimble + - [ ] Homebrew + - [ ] Debian - [ ] Spawn video player and quit immediately - [ ] SoundCloud support? Search and play music - [ ] LRU cache of content so that frequently-played content doesn't use BW -- 2.43.0