Skip to content

Commit

Permalink
fix(kbs-client): update README to reflect recent restructuring
Browse files Browse the repository at this point in the history
kbs-client was moved to it's own tools subdirectory off the top of the tree.

Signed-off-by: Mike Frisch <[email protected]>
  • Loading branch information
EmmEff authored and fitzthum committed Nov 7, 2024
1 parent 59c7b85 commit e4dfc3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/kbs-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ We have a community version of kbs-client on [Github ORAS](https://github.com/co
Build the client binary with support to the default features as:

```shell
make -C ../../ cli
make -C ../../kbs cli
```

By default the client is built with support to the sample attester, apart from the
Expand All @@ -32,13 +32,13 @@ require fewer dependencies and so usually handy for CI) then you can pass the
`sample_only` feature as:

```shell
make -C ../../ cli CLI_FEATURES=sample_only
make -C ../../kbs cli CLI_FEATURES=sample_only
```

Find the built binary at `../../../target/release/kbs-client`. You can get it
Find the built binary at `../../target/release/kbs-client`. You can get it
installed into the system as:
```shell
sudo make -C ../../ install-cli
sudo make -C ../../kbs install-cli
```

## Examples
Expand Down

0 comments on commit e4dfc3e

Please sign in to comment.