Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMeilex authored Jun 4, 2023
1 parent b63e395 commit 3a02012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Or binary releases:

- To encode video you need to install [rust](https://www.rust-lang.org/)
- You also need to install [ffmpeg](https://ffmpeg.org/)
- And compile the project with `record` flag, like so `cargo build --release --no-default-features --features record` (if you have make: `make build-recorder`)
- And compile the `neothesia-cli`, like so `cargo build --release -p neothesia-cli` (if you have make: `make build-recorder`)
- It will compile `neothesia-cli`, from now on it is used as a comand line tool
- To encode a `test.mid` file run `./target/release/neothesia-cli ./test.mid`
- Video will be outputed to `./out` directory`
Expand Down

0 comments on commit 3a02012

Please sign in to comment.