Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasten authored Jul 29, 2021
1 parent 2c99d83 commit 96a5575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 96a5575

Please sign in to comment.