Skip to content

Commit 97e0573

Browse files
committed
update readme to include renderer template parameter
1 parent cf23b78 commit 97e0573

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ md UnoCSharpMarkup2
1414
cd UnoCSharpMarkup2
1515
1616
dotnet new unoapp -preset recommended
17-
dotnet new mcs-uno-markup2 --presentation mvux --allow-scripts yes
18-
17+
dotnet new mcs-uno-markup2 --presentation mvux --renderer skia --allow-scripts yes
1918
```
2019

2120
## Markup options at a glance - good for everyone!
@@ -208,7 +207,7 @@ See [here](https://github.com/VincentH-Net/CSharpForMarkup/releases/tag/csharpma
208207
4) Add a C# Markup 2 project to the Uno Platform solution, e.g.:
209208
```bat
210209
cd C:\Repos\UnoApp1
211-
dotnet new mcs-uno-markup2 --appRootNamespace InnoWvate.UnoApp1 --presentation mvux --allow-scripts Yes
210+
dotnet new mcs-uno-markup2 --appRootNamespace InnoWvate.UnoApp1 --presentation mvux --renderer skia --allow-scripts Yes
212211
```
213212
214213
This will:

0 commit comments

Comments
 (0)