We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2bd8b commit 9a3ed70Copy full SHA for 9a3ed70
README.md
@@ -26,8 +26,8 @@ If you're on Ubuntu 18.04 or above, you can install the binary release:
26
```bash
27
wget -qO- https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | sudo apt-key add
28
sudo add-apt-repository 'deb [arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu bionic main'
29
-wget https://github.com/edgelesssys/ego/releases/download/v0.2.1/ego_0.2.1_amd64.deb
30
-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
31
```
32
33
### Build from source
0 commit comments