Skip to content

Commit d536fd8

Browse files
committed
refactor(README): update build command sign-mode example
1 parent d793ec5 commit d536fd8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/cargo-wdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ If the `--verify-signature` flag is provided, the signatures are verified after
120120
cargo wdk build --target-arch amd64
121121
```
122122
123-
- To build a driver project with test signing, navigate to the root of the project and run:
123+
- To build a driver project with signing off, navigate to the root of the project and run:
124124
125125
```pwsh
126-
cargo wdk build --sign-mode test
126+
cargo wdk build --sign-mode off
127127
```

0 commit comments

Comments
 (0)