From 85337cb68f561f6328a3f40a91f69f78ba35af11 Mon Sep 17 00:00:00 2001 From: Dilip Date: Wed, 24 May 2023 10:24:34 +0530 Subject: [PATCH] Added Nix install It is now available in nix package manager. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2c342de..5f7c4ab 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ This tool is modified version of [ani-cli](https://github.com/pystardust/ani-cli ## Table of Contents - [Install](#Installation) - [Linux](#Linux) + - [Nix](#Nix) - [Android](#Android) - [Uninstall](#Uninstall) - [Dependencies](#Dependencies) @@ -34,6 +35,12 @@ sudo cp dra-cla /usr/local/bin/dra-cla *Note that mpv installed through flatpak is not compatible* +#### Nix + +``` shell +nix-shell -p dra-cla +``` + ### Android Install termux [(Guide)](https://termux.com/)