Skip to content

Commit

Permalink
Document basic aconcli usage
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Middleton <[email protected]>
  • Loading branch information
dcmiddle authored and binxing committed Aug 24, 2023
1 parent 3d93f9a commit cf9f963
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion aconcli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,15 @@ To clean up:

## Running the aconcli tool

All supported `aconcli` usages and detailed descriptions can be found [here](https://github.com/intel-innersource/frameworks.security.confidential-computing.tee.td-enclave/blob/master/doc/Utility.md).
To see available commands run:
```
aconcli -h
```

The general format of aconcli commands is:
```
aconcli [GLOBAL_OPTION]... COMMAND [COMMAND_OPTION]...
```

## About the sample ACON-VM start sript

Expand Down

0 comments on commit cf9f963

Please sign in to comment.