From d8231c51194e02f42ba94e7485311ec75733283e Mon Sep 17 00:00:00 2001 From: Thomas Tendyck <51411342+thomasten@users.noreply.github.com> Date: Tue, 9 Feb 2021 16:16:26 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73efb5389..64f2dbf53 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ If you are on Ubuntu 18.04 and do not want to build the SDK yourself, you can in ```bash wget -qO- https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | sudo apt-key add sudo add-apt-repository 'deb [arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu bionic main' -wget https://github.com/edgelesssys/edgelessrt/releases/download/v0.1.2/edgelessrt_0.1.2_amd64.deb -sudo apt install ./edgelessrt_0.1.2_amd64.deb build-essential libssl-dev +wget https://github.com/edgelesssys/edgelessrt/releases/download/v0.2.0/edgelessrt_0.2.0_amd64.deb +sudo apt install ./edgelessrt_0.2.0_amd64.deb build-essential libssl-dev sudo snap install cmake --classic ``` Then proceed with [Use](#use).