# arsene
A simple CLI tool to download albums from bandcamp. Only 128 kbps.
## Installation
### From crates.io
1. [Install Rust](https://www.rust-lang.org/tools/install)
2. Run in your ternimal:
```
cargo install arsene
```
### Manual
1. Clone the repo
2. `cargo install --path /path/to/the/repo`
## Usage
```bash
arsene --album-url <ALBUM_URL> --save-path <SAVE_PATH>
```