1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-05-08 19:43:03 +00:00

Update README.md

This commit is contained in:
Alfred Gutierrez 2022-05-31 20:54:29 -07:00 committed by GitHub
parent 3ecfd0cc9d
commit 80aabdf549
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,6 +76,12 @@ mp4 = "0.10.0"
cargo build
```
#### Lint and Format
```
cargo clippy --fix
cargo fmt --all
```
#### Run Examples
* `mp4info`
```