From bf736ff09d24aa395f1ace0c86fc9f5229ffc4e1 Mon Sep 17 00:00:00 2001 From: "Hui, Chunyang" Date: Sun, 28 Jun 2020 03:23:00 +0000 Subject: [PATCH] Fix sign-key option in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```