Skip to content

Commit

Permalink
Merge pull request #4 from gursi26/readme-updates
Browse files Browse the repository at this point in the history
readme update
  • Loading branch information
gursi26 committed Mar 8, 2024
2 parents 99891cc + 4a1c8dd commit 236be28
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 236be28

Please sign in to comment.