diff --git a/README.md b/README.md index 7801ab9..bfae3f5 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,26 @@ Creating minimal [Avalonia](https://avaloniaui.net/) next generation (NXUI, next https://user-images.githubusercontent.com/2297442/132313187-32f18c4b-e894-46db-9a9d-9de02f30835e.mp4 -# Usage - +# Requisites +### NXUI ```xml ``` +Additionally, depending on the application type: +### Desktop +``` xml + +``` + +### Browser +``` xml + +``` +``` +dotnet workload install wasm-tools +``` +# Usage ```C# Window Build() => Window().Content(Label().Content("NXUI"));