X-Git-Url: https://njoseph.me/gitweb/nimcoon.git/blobdiff_plain/e4a687068729e3042ce742a4058cf7d9297366b8..af9a966fce7d7a4b6e3ce8018f2a74ace76c2823:/README.md 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