Skip to content

Commit

Permalink
Update readme to include Nuget and Wiki links (#3)
Browse files Browse the repository at this point in the history
* add nuget packages

* Update README.md
  • Loading branch information
JaggerJo committed Jun 21, 2019
1 parent 9c89bbd commit 9e6e956
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,20 @@ Should be usable, but expect bugs and some breaking changes. Basically wet paint
Please contribute to this library through issue reports, pull requests, code reviews and discussion.

## Getting started
I'm currently working on making this availiable on nuget.

**Avalonia.FuncUI [nuget](https://www.nuget.org/packages/JaggerJo.Avalonia.FuncUI/)**
```
Install-Package JaggerJo.Avalonia.FuncUI
```

**Avalonia.FuncUI.Elmish [nuget](https://www.nuget.org/packages/JaggerJo.Avalonia.FuncUI.Elmish/)**
```
Install-Package JaggerJo.Avalonia.FuncUI.Elmish
```

Project templates will follow soon.

For now check out the [Examples](https://github.com/JaggerJo/Avalonia.FuncUI/tree/master/src/Examples).
For now check out the [Wiki](https://github.com/JaggerJo/Avalonia.FuncUI/wiki) (WIP) and [Examples](https://github.com/JaggerJo/Avalonia.FuncUI/tree/master/src/Examples).

## Example
Below is the code of a simple counter app (using the Avalonia.FuncUI.Elmish package).
Expand Down

0 comments on commit 9e6e956

Please sign in to comment.