Skip to content

Commit a1fb293

Browse files
macpijanwalterchris
authored andcommitted
chore: fix build commands in documentation
The #388 hass reorganized directories, without updating documentation. Signed-off-by: Maciej Pijanowski <[email protected]>
1 parent ea7b88b commit a1fb293

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

cmd/core/bg-prov/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Verify all downloaded dependencies run:
3030
To build the test suite run:
3131

3232
```
33-
<GO111MODULE=on> go build -o bg-prov cmd/bg-prov/*.go
33+
<GO111MODULE=on> go build -o bg-prov cmd/core/bg-prov/*.go
3434
```
3535

3636
Commandline subcommands:

cmd/core/txt-prov/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Verify all downloaded dependencies run:
3333
To build the test suite run:
3434

3535
```
36-
<GO111MODULE=on> go build -o txt-prov cmd/txt-prov/*.go
36+
<GO111MODULE=on> go build -o txt-prov cmd/core/txt-prov/*.go
3737
```
3838

3939
Create a configuration file:

cmd/core/txt-suite/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Verify all downloaded dependencies run:
7373
To build the test suite run:
7474

7575
```
76-
<GO111MODULE=on> go build -o txt-suite cmd/txt-suite/*.go
76+
<GO111MODULE=on> go build -o txt-suite cmd/core/txt-suite/*.go
7777
```
7878

7979
Create a configuration file:

cmd/exp/pcr0tool/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Verify all downloaded dependencies run:
7171
To build the test suite run:
7272

7373
```
74-
<GO111MODULE=on> go build -o pcr0tool cmd/pcr0tool/
74+
<GO111MODULE=on> go build -o pcr0tool cmd/exp/pcr0tool/
7575
```
7676

7777
## Functions
@@ -604,4 +604,4 @@ ________-____-____-____-____________ *uefi.FlashImage 0 0
604604
________-____-____-____-____________ *uefi.NVar 0 0
605605
```
606606
Last two columns are: offset and length. If a value was not determined
607-
(node type is not supported, yet) then a zero is printed.
607+
(node type is not supported, yet) then a zero is printed.

0 commit comments

Comments
 (0)