File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Verify all downloaded dependencies run:
3030To 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
3636Commandline subcommands:
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Verify all downloaded dependencies run:
3333To 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
3939Create a configuration file:
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ Verify all downloaded dependencies run:
7373To 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
7979Create a configuration file:
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Verify all downloaded dependencies run:
7171To 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```
606606Last 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.
You can’t perform that action at this time.
0 commit comments