From 10d4cba9b0543646222ec1cb454ffdc404943e81 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Tue, 20 Oct 2020 14:22:14 -0400 Subject: [PATCH] docs: Update README --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index ee1393d..0629c32 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,10 @@ # SLEdge -**SLEdge** is a lightweight serverless solution suitable for edge computing. It combines WebAssembly sandboxing provided by the [aWsm compiler](https://github.com/gwsystems/aWsm) with asynchronous I/O provided by [libuv](https://github.com/libuv/libuv). +**SLEdge** is a lightweight serverless solution suitable for edge computing. It builds on WebAssembly sandboxing provided by the [aWsm compiler](https://github.com/gwsystems/aWsm). ## Host Dependencies - Docker - [Installation Instructions](https://docs.docker.com/install/) -- libuv - -If on Debian, you can install libuv with the following: - -```bash -sudo apt-get install libuv1-dev -``` ## Setting up the environment