From 91f19b278a744dcc8a25eeb40ba3eb62a36283be Mon Sep 17 00:00:00 2001 From: Jiewen Yao Date: Wed, 16 Oct 2024 16:04:29 +0800 Subject: [PATCH] fix file name in readme. Signed-off-by: Jiewen Yao --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c9f37fc..f8614cb 100644 --- a/README.md +++ b/README.md @@ -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= -DTOOLCHAIN= -DTARGET= -DCRYPTO= .. @@ -47,7 +47,7 @@ (TOOLCHAIN=GCC|CLANG) ``` - cd spdm_dump + cd spdm-dump mkdir build cd build cmake -DARCH= -DTOOLCHAIN= -DTARGET= -DCRYPTO= .. @@ -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.