Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
gursi26 committed Mar 8, 2024
1 parent 57103af commit 4a1c8dd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -7,11 +7,17 @@ A lightweight, customizable FFT visualizer for audio files. Built with Rust + Be

# Installation

Install fftviz with cargo.
## Cargo
```
cargo install fftviz
```

## Homebrew
```
brew tap gursi26/fftviz
brew install fftviz
```

# Usage
- Run fftviz with a path to an audio file.
```
Expand Down

0 comments on commit 4a1c8dd

Please sign in to comment.