From 7fc8686c22ea067d1ba2c281061d4745131141e5 Mon Sep 17 00:00:00 2001 From: Jerome Laban Date: Mon, 9 Nov 2020 13:45:56 -0500 Subject: [PATCH] docs: Update README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bcf37f2..cb80428 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ -# template -template for brand new github repositories +# Uno Platform - .NET Runtime fork + +This repository is the home of the [dotnet/runtime](https://github.com/dotnet/runtime) fork for the [Uno Platform](https://github.com/unoplatform/uno). + +It contains adjustments over the official runtime for the Uno Platform in order to enable or disable specific features for the WebAssembly runtime (e.g. enabling AOT, IDBFS, etc...). + +It is packaged to be used along with the [Uno.Wasm.Bootstrap](https://github.com/unoplatform/uno.wasm.bootstrap) nuget package.