Improve first-time launch instructions

This commit is contained in:
Vadim Peretokin 2019-04-19 15:58:00 -04:00 committed by GitHub
parent 9da244e8ac
commit 33f7dece27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,8 @@ https://qmlnet.github.io/
# Getting started
```bash
dotnet new sln
dotnet new console
dotnet add package Qml.Net
```