mirror of
https://github.com/alfg/mp4-rust.git
synced 2025-03-30 16:49:34 +00:00
Update README.md
This commit is contained in:
parent
3ecfd0cc9d
commit
80aabdf549
1 changed files with 6 additions and 0 deletions
|
@ -76,6 +76,12 @@ mp4 = "0.10.0"
|
|||
cargo build
|
||||
```
|
||||
|
||||
#### Lint and Format
|
||||
```
|
||||
cargo clippy --fix
|
||||
cargo fmt --all
|
||||
```
|
||||
|
||||
#### Run Examples
|
||||
* `mp4info`
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue