mirror of https://github.com/encounter/nod-rs.git
Update README.md
This commit is contained in:
parent
09f008a34b
commit
60b3004999
10
README.md
10
README.md
|
@ -1,6 +1,6 @@
|
|||
# nod-rs [![Build Status]][actions] [![Latest Version]][crates.io] [![Api Rustdoc]][rustdoc] ![Rust Version]
|
||||
|
||||
[Build Status]: https://github.com/encounter/nod-rs/workflows/build/badge.svg
|
||||
[Build Status]: https://github.com/encounter/nod-rs/actions/workflows/build.yaml/badge.svg
|
||||
[actions]: https://github.com/encounter/nod-rs/actions
|
||||
[Latest Version]: https://img.shields.io/crates/v/nod.svg
|
||||
[crates.io]: https://crates.io/crates/nod
|
||||
|
@ -54,6 +54,14 @@ Converts any supported format to raw ISO.
|
|||
nodtool convert /path/to/game.wia /path/to/game.iso
|
||||
```
|
||||
|
||||
### verify
|
||||
|
||||
Hashes the contents of a disc image and verifies it.
|
||||
|
||||
```shell
|
||||
nodtool verify /path/to/game.iso
|
||||
```
|
||||
|
||||
## Library example
|
||||
|
||||
Opening a disc image and reading a file:
|
||||
|
|
Loading…
Reference in New Issue