Browse Source

Automatic Commit By liuyuqi

liuyuqi-cnb 2 months ago
parent
commit
a2fc8b704c
1 changed files with 18 additions and 1 deletions
  1. 18 1
      README.md

+ 18 - 1
README.md

@@ -1,3 +1,20 @@
 # atomui
 
-AtomUI 是基于 .NET 技术的 Ant Design 实现,致力于将 Ant Design 优秀高效的设计语言和体验带到 Avalonia/.NET 跨平台桌面软件研发领域。
+AtomUI 是基于 .NET 技术的 Ant Design 实现,致力于将 Ant Design 优秀高效的设计语言和体验带到 Avalonia/.NET 跨平台桌面软件研发领域。
+
+## Usage
+
+```
+dotnet tool install --global dotnet-atomui
+
+dotnet new atomui -n MyApp
+```
+
+
+
+## Reference
+
+https://github.com/atomui/atomui
+
+
+