Skip to content

Commit

Permalink
update kernel launcher readme
Browse files Browse the repository at this point in the history
Change-Id: I9b4c67eb7524bd8aee52ac05f3beb7e6adba040b
  • Loading branch information
jul-sh committed Jun 18, 2024
1 parent 540ae1d commit 7c87779
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion oak_restricted_kernel_launcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ must be built.

```shell
# Stage0, the restricted kernel, and an enclave app may be built like so:
just stage0_bin oak_restricted_kernel_wrapper oak_orchestrator && \
just \
stage0_bin \
oak_restricted_kernel_wrapper \
oak_orchestrator oak_echo_raw_enclave_app && \

# After building dependencies, an enclave app may be run like so:
RUST_LOG=DEBUG \
Expand Down

0 comments on commit 7c87779

Please sign in to comment.