]> njoseph.me Git - nimcoon.git/commitdiff
Update package management tasks and instructions
authorJoseph Nuthalapati <njoseph@riseup.net>
Sat, 4 Apr 2020 08:13:51 +0000 (13:43 +0530)
committerJoseph Nuthalapati <njoseph@riseup.net>
Sat, 4 Apr 2020 08:13:51 +0000 (13:43 +0530)
Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
README.md
TODO.org

index 302033342646f3fd1266ae3e479e7ed29ec6a5e7..e4782eb49844266175f4e90dea8f4fba5d493beb 100644 (file)
--- 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
index 54886302ec98351e82a1db0a41ef57bebd32bfbe..ce4ef86168be4a9981a59099489b063d0f42b796 100644 (file)
--- 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