Skip to content

Commit 8dee8e8

Browse files
authored
Merge pull request #465 from NeuCharFramework/Developer-ospp2025
Developer ospp2025
2 parents 95c706a + b60b129 commit 8dee8e8

File tree

18 files changed

+1623
-88
lines changed

18 files changed

+1623
-88
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,34 @@
4040

4141
## 快速开始 / Quick Start
4242

43-
1. 克隆仓库
43+
1. 克隆仓库
44+
4445
```bash
4546
git clone https://github.com/NeuCharFramework/NcfPackageSources.git
4647
```
4748

4849
2. 打开解决方案
50+
4951
```bash
5052
cd NcfPackageSources
5153
start NcfPackageSources.sln # Windows
5254
open NcfPackageSources.sln # macOS
5355
```
5456

5557
3. 还原包
58+
5659
```bash
5760
dotnet restore
5861
```
5962

60-
4. 编译运行
63+
4. 还原工作负载(可选)
64+
65+
```bash
66+
dotnet workload restore
67+
```
68+
69+
5. 编译运行
70+
6171
```bash
6272
dotnet build
6373
dotnet run

0 commit comments

Comments
 (0)