# nooise
Fluid focus music for the terminal.
## Requires Rust
Install Rust with rustup:
```sh
Open a new terminal after rustup finishes.
## Install nooise
```sh
cargo install nooise --locked
```
## Start
```sh
nooise
```
Press `q` to quit.
## From Source
```sh
cargo run
```