Update README
fixed occlum_utils library installation scripts correct repository clone URL
This commit is contained in:
parent
fb93be46a2
commit
cd594d293d
@ -82,9 +82,9 @@ vim /root/.ssh/gitea_ed25519
|
|||||||
chown -R root:root /root/.ssh
|
chown -R root:root /root/.ssh
|
||||||
chmod 600 /root/.ssh/gitea_ed25519
|
chmod 600 /root/.ssh/gitea_ed25519
|
||||||
ssh-keyscan -H gitea.detee.cloud > ~/.ssh/known_hosts
|
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 occlum && make submodule
|
||||||
cd tools/toolchains/dcap_lib/
|
cd tools/toolchains/utils_lib/
|
||||||
# following command also installs the dcap library
|
# following command installs the utils library which can derive sealing key of the enclave
|
||||||
./build.sh
|
./build.sh
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user