Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasten authored Apr 21, 2021
1 parent 2b7cf7f commit 74e6ee3
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 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.2.1/edgelessrt_0.2.1_amd64.deb
sudo apt install ./edgelessrt_0.2.1_amd64.deb build-essential libssl-dev
wget https://github.com/edgelesssys/edgelessrt/releases/download/v0.2.2/edgelessrt_0.2.2_amd64.deb
sudo apt install ./edgelessrt_0.2.2_amd64.deb build-essential libssl-dev
sudo snap install cmake --classic
```
Then proceed with [Use](#use).
Expand Down

0 comments on commit 74e6ee3

Please sign in to comment.