Skip to content

Commit

Permalink
Update README_zh_cn.md
Browse files Browse the repository at this point in the history
  • Loading branch information
laolarou726 authored Mar 26, 2021
1 parent 557006f commit 3bf688d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README_zh_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,15 @@ All you need for minecraft launcher in typescript. https://voxelum.github.io/min

## 安装方法
* 复制本项目源代码至您的解决方案中,然后在您的主项目添加引用。
* 直接通过Nuget包管理器安装或者在包管理器控制台执行
* 直接通过 Nuget 包管理器安装 ProjBobcat 或在包管理器控制台中执行以下命令
```
Install-Package ProjBobcat
```
* 你需要在主程序入口处添加以下两行代码 (通常是 App.xaml.cs 或其他):
```c#
ServiceHelper.Init();
HttpClientHelper.Init();
```


## 功能列表
Expand Down

0 comments on commit 3bf688d

Please sign in to comment.