Browse Source

Fix "Run Avalonia instructions" so they point to ControlCatalog.Desktop sample.

pull/682/head
tfreitasleal 10 years ago
parent
commit
a3b18b2b9e
  1. 4
      docs/guidelines/build.md

4
docs/guidelines/build.md

@ -72,10 +72,10 @@ To build Avalonia in the `Debug` configuration:
xbuild /p:Platform=Mono /p:Configuration=Debug Avalonia.sln
```
You should now be able to run the ControlCatalog sample:
You should now be able to run the ControlCatalog.Desktop sample:
```
mono ./samples/ControlCatalog/bin/Debug/ControlCatalog.exe
mono ./samples/ControlCatalog.Desktop/bin/Debug/ControlCatalog.Desktop.exe
```
### Building Avalonia in MonoDevelop

Loading…
Cancel
Save