Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasten authored Mar 12, 2023
1 parent 65778f2 commit 27c6739
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 @@ -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).
Expand Down

0 comments on commit 27c6739

Please sign in to comment.