From 60b300499954b12bf4f65f574c55067b40f77b57 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Wed, 21 Feb 2024 23:47:13 -0700 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc7c047..2fcb510 100644 --- a/README.md +++ b/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: