Skip to content

Commit

Permalink
Added note about git submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
ruabmbua committed Nov 2, 2024
1 parent ef8ee38 commit 858b66f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ This crate provides a rust abstraction over the features of the C library
This crate is on [crates.io](https://crates.io/crates/hidapi) and can be
used by adding `hidapi` to the dependencies in your project's `Cargo.toml`.

In case you are downloading / checking out this repository directly via git,
make sure to initialize the git submodules after cloning!

```sh
git submodule update --init
```

# Example

```rust
Expand Down

0 comments on commit 858b66f

Please sign in to comment.