瀏覽代碼

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

tfreitasleal 9 年之前
父節點
當前提交
a3b18b2b9e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/guidelines/build.md

+ 2 - 2
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