diff --git a/README.md b/README.md index e345a8e8..b57cc85a 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,7 @@ By default, the `occlum build` command builds and signs enclaves in debug mode. Occlum has built-in support for both building and running enclaves in release mode. The commands are shown below: ``` -$ occlum build --sign-key= +$ occlum build --sign-key $ OCCLUM_RELEASE_ENCLAVE=yes occlum run ```