Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasten authored May 14, 2021
1 parent 5e2bd8b commit 9a3ed70
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 @@ -26,8 +26,8 @@ If you're on Ubuntu 18.04 or above, you can install the binary release:
```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/ego/releases/download/v0.2.1/ego_0.2.1_amd64.deb
sudo apt install ./ego_0.2.1_amd64.deb build-essential
wget https://github.com/edgelesssys/ego/releases/download/v0.2.2/ego_0.2.2_amd64.deb
sudo apt install ./ego_0.2.2_amd64.deb build-essential
```

### Build from source
Expand Down

0 comments on commit 9a3ed70

Please sign in to comment.