Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Tendyck <[email protected]>
  • Loading branch information
thomasten committed Nov 14, 2020
1 parent 8fff689 commit 2b42dee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@ Key features of Edgeless RT are:
* More C++17 STL
* pthread and std::thread
* libstdc++ for better compatibility with existing code
* Soon: support for Rust and Python
* Experimental support for Rust
* Soon: seamless integration with [Edgeless Mesh](https://edgeless.systems) to create distributed confidential applications
* Soon: support for Python

## Quick Start
If you are on Ubuntu 18.04 and do not want to build the SDK yourself, 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/edgelessrt/releases/download/v0.1.0/edgelessrt_0.1.0_amd64.deb
sudo apt install ./edgelessrt_0.1.0_amd64.deb
wget https://github.com/edgelesssys/edgelessrt/releases/download/v0.1.1/edgelessrt_0.1.1_amd64.deb
sudo apt install ./edgelessrt_0.1.1_amd64.deb
```
Then proceed with [Use](#use).

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.0
v0.1.1

0 comments on commit 2b42dee

Please sign in to comment.