Skip to content

Commit

Permalink
fix file name in readme.
Browse files Browse the repository at this point in the history
Signed-off-by: Jiewen Yao <[email protected]>
  • Loading branch information
jyao1 committed Oct 16, 2024
1 parent 4816377 commit 91f19b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

Use x86 command prompt for ARCH=ia32 and x64 command prompt for ARCH=x64. (TOOLCHAIN=VS2019|VS2015|CLANG)
```
cd spdm_dump
cd spdm-dump
mkdir build
cd build
cmake -G"NMake Makefiles" -DARCH=<x64|ia32> -DTOOLCHAIN=<toolchain> -DTARGET=<Debug|Release> -DCRYPTO=<mbedtls|openssl> ..
Expand All @@ -47,7 +47,7 @@

(TOOLCHAIN=GCC|CLANG)
```
cd spdm_dump
cd spdm-dump
mkdir build
cd build
cmake -DARCH=<x64|ia32|arm|aarch64|riscv32|riscv64|arc> -DTOOLCHAIN=<toolchain> -DTARGET=<Debug|Release> -DCRYPTO=<mbedtls|openssl> ..
Expand All @@ -59,7 +59,7 @@

### Run spdm_dump

The tool output is at spdm_dump/build/bin. It can be used to parse the pcap file for offline analysis.
The tool output is at spdm-dump/build/bin. It can be used to parse the pcap file for offline analysis.

Please refer to [spdm_dump](https://github.com/DMTF/spdm-dump/blob/main/doc/spdm_dump.md) for detail.

Expand Down

0 comments on commit 91f19b2

Please sign in to comment.