Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elamaunt committed Jun 4, 2021
1 parent 1b9c18d commit fc699a1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit fc699a1

Please sign in to comment.