From fc699a1b47e51d20d2d020c2b43c5d28405ff1fa Mon Sep 17 00:00:00 2001 From: Semenov Dmitry Date: Fri, 4 Jun 2021 23:47:36 +0300 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bdea477..fe8de3d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ GDScript is the main language of [Godot Engine](https://github.com/godotengine/g GDShrapt.Reader allows to build a lexical tree or generate a new code from scratch. +### How to install +Currently available prealpha version from [Nuget](https://www.nuget.org/packages/GDShrapt.Reader) + +Installation from console: +``` +Install-Package GDShrapt.Reader -Version 1.0.0-prealpha +``` + ### Samples GDScript input: @@ -81,9 +89,6 @@ This project is at very initial stage. ### Samples Not ready. -# How to use -Currently you can use the project only by cloning the repository. Nuget package is comming soon. - # Current state The project is in pre-pre-alpha stage.