From cfed7004a53887cc5938b0893c2c463df8075aaa Mon Sep 17 00:00:00 2001 From: Noor Date: Mon, 2 Dec 2024 14:36:13 +0530 Subject: [PATCH] Update README fixed occlum_utils library installation scripts correct repository clone URL --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9cdaeb77..ed65c960 100644 --- a/README.md +++ b/README.md @@ -82,9 +82,9 @@ vim /root/.ssh/gitea_ed25519 chown -R root:root /root/.ssh chmod 600 /root/.ssh/gitea_ed25519 ssh-keyscan -H gitea.detee.cloud > ~/.ssh/known_hosts -git clone git@gitea.detee.cloud:vfaychuk/occlum.git +git clone git@gitea.detee.cloud:SGX/occlum.git cd occlum && make submodule -cd tools/toolchains/dcap_lib/ -# following command also installs the dcap library +cd tools/toolchains/utils_lib/ +# following command installs the utils library which can derive sealing key of the enclave ./build.sh ``` \ No newline at end of file