Merge pull request #9 from idlip/nix

Added Nix install
This commit is contained in:
Tanveer Ahmed Ansari
2023-05-25 06:34:06 +05:30
committed by GitHub

View File

@@ -16,6 +16,7 @@ This tool is modified version of [ani-cli](https://github.com/pystardust/ani-cli
## Table of Contents ## Table of Contents
- [Install](#Installation) - [Install](#Installation)
- [Linux](#Linux) - [Linux](#Linux)
- [Nix](#Nix)
- [Android](#Android) - [Android](#Android)
- [Uninstall](#Uninstall) - [Uninstall](#Uninstall)
- [Dependencies](#Dependencies) - [Dependencies](#Dependencies)
@@ -34,6 +35,12 @@ sudo cp dra-cla /usr/local/bin/dra-cla
*Note that mpv installed through flatpak is not compatible* *Note that mpv installed through flatpak is not compatible*
#### Nix
``` shell
nix-shell -p dra-cla
```
### Android ### Android
Install termux [(Guide)](https://termux.com/) Install termux [(Guide)](https://termux.com/)