diff --git a/README.md b/README.md index a425a9e..b144294 100644 --- a/README.md +++ b/README.md @@ -2,27 +2,37 @@ Rende ===== -- TODO + ## Installation + +### scoop ```shell scoop install https://raw.githubusercontent.com/guneysus/rende/master/rende.scoop.json ``` +### dotnet global tool +```shell +dotnet tool install -g Rende --version 0.0.6-alpha --add-source https://www.myget.org/F/guneysu/api/v3/index.json +``` + + ## Usage -- TODO -## Why the executable is so big: (~ 35MB)? +``` +rende -e fluid -s .\template.fluid -m .\samples\fluid.json +``` + -This is tool developed with .NET Core 3.1. -Since the runtime included in as a consequence the executable became so big. -Without the runtime, it is under `1MB`. +## Why the executable is so big: (~ 35MB)? +-- TODO ## Why? -- TODO ## Is It Cross Platform? -YES - +YES!