# ncmc · [](https://github.com/magic-akari/ncmc/actions/workflows/test.yml) [](https://crates.io/crates/ncmc)
## Install
Option 1: Download from [GitHub Release](https://github.com/magic-akari/ncmc/releases)
Option 2: Install from source
```bash
cargo install ncmc
```
If you don’t have cargo, install it with
https://rustup.rs
## Usage
```
ncmc path/to/your/file.ncm
```
---
Thanks: [anonymous5l / ncmdump](https://github.com/anonymous5l/ncmdump)