From 27c6739ea1cd2185a3b38f8989f494bd6e26be86 Mon Sep 17 00:00:00 2001 From: Thomas Tendyck <51411342+thomasten@users.noreply.github.com> Date: Sun, 12 Mar 2023 14:01:13 +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 39beb7a58..320a2585b 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ If you're on Ubuntu 18.04 or above and don't want to build the SDK yourself, you ```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 `lsb_release -cs` main" -wget https://github.com/edgelesssys/edgelessrt/releases/download/v0.3.6/edgelessrt_0.3.6_amd64.deb -sudo apt install ./edgelessrt_0.3.6_amd64.deb build-essential libssl-dev +wget https://github.com/edgelesssys/edgelessrt/releases/download/v0.3.7/edgelessrt_0.3.7_amd64.deb +sudo apt install ./edgelessrt_0.3.7_amd64.deb build-essential libssl-dev sudo snap install cmake --classic ``` Then proceed with [Use](#use).