From 96a55757289e2785158d481086852472b9a9815d Mon Sep 17 00:00:00 2001 From: Thomas Tendyck <51411342+thomasten@users.noreply.github.com> Date: Thu, 29 Jul 2021 18:55:47 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1dea3cec..84990658b 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,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.2.5/edgelessrt_0.2.5_amd64.deb -sudo apt install ./edgelessrt_0.2.5_amd64.deb build-essential libssl-dev +wget https://github.com/edgelesssys/edgelessrt/releases/download/v0.2.6/edgelessrt_0.2.6_amd64.deb +sudo apt install ./edgelessrt_0.2.6_amd64.deb build-essential libssl-dev sudo snap install cmake --classic ``` Then proceed with [Use](#use).