]> njoseph.me Git - nimcoon.git/blobdiff - README.md
Update package management tasks and instructions
[nimcoon.git] / README.md
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