From 2b42deefdaaa75dbc6568ff4f8152b6ae74862bf Mon Sep 17 00:00:00 2001 From: Thomas Tendyck Date: Sat, 14 Nov 2020 15:12:03 +0100 Subject: [PATCH] update readme Signed-off-by: Thomas Tendyck --- README.md | 7 ++++--- VERSION | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0ea5b30e9..0f585a70b 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/VERSION b/VERSION index b82608c0b..8308b63ae 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.1.0 +v0.1.1