Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
gz committed Jul 31, 2021
1 parent 07e259c commit b5146f9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,20 @@ if let Some(cparams) = cpuid.get_cache_parameters() {
}
```

## `cpuid` binary

The `raw-cpuid` ships with a cpuid binary that can be installed to inspect the
CPUID instruction on a host system.

To install, use:

```bash
cargo install raw-cpuid --features cli
```

The `cli` feature is currently required to build the binary version due to
[cargo limitations](https://github.com/rust-lang/cargo/issues/1982).

## Documentation

* [API Documentation](https://docs.rs/raw-cpuid/)
Expand Down

0 comments on commit b5146f9

Please sign in to comment.