Skip to content

Commit 83edbef

Browse files
authored
Update README.md
1 parent 2e9305a commit 83edbef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ If you're on Ubuntu 18.04 or above, you can install the DEB package:
3737
```bash
3838
wget -qO- https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | sudo apt-key add
3939
sudo add-apt-repository "deb [arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu `lsb_release -cs` main"
40-
wget https://github.com/edgelesssys/ego/releases/download/v0.2.2/ego_0.2.2_amd64.deb
41-
sudo apt install ./ego_0.2.2_amd64.deb build-essential libssl-dev
40+
wget https://github.com/edgelesssys/ego/releases/download/v0.3.0/ego_0.3.0_amd64.deb
41+
sudo apt install ./ego_0.3.0_amd64.deb build-essential libssl-dev
4242
```
4343

4444
### Build from source

0 commit comments

Comments
 (0)