Skip to content

Commit c09418d

Browse files
committed
Peer review cleanups.
1 parent c1a5945 commit c09418d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/SWTPM.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ Run power on and self test. See [SWTPM Power Up and Startup](#swtpm-power-up-and
5757

5858
### ibmswtpm2
5959

60-
Checkout and Build
60+
Build steps:
61+
6162
```sh
6263
git clone https://github.com/kgoldman/ibmswtpm2.git
6364
cd ibmswtpm2/src/
@@ -71,6 +72,8 @@ Note: You can use the `-rm` switch to remove the cache file NVChip. Alternativel
7172

7273
### ms-tpm-20-ref
7374

75+
Build steps:
76+
7477
```sh
7578
git clone https://github.com/microsoft/ms-tpm-20-ref
7679
cd ms-tpm-20-ref/TPMCmd
@@ -217,4 +220,4 @@ within QEMU. Using `sudo` maybe required for access to `/dev/tpm0`.
217220
./examples/wrap/wrap_test
218221
```
219222

220-
See [examples/README.md](/examples/README.md) for additional example usage.
223+
See [examples/README.md](../examples/README.md) for additional example usage.

0 commit comments

Comments
 (0)