mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-25 13:36:31 +08:00
fix(docs): add official configuration tutorial for csharp (#687)
* fix(docs): add official configuration tutorial for csharp * Update installation.md --------- Co-authored-by: Yudong Jin <krahets@163.com>
This commit is contained in:
parent
5a4182372c
commit
c9006c3fe6
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@
|
||||||
## C# 环境
|
## C# 环境
|
||||||
|
|
||||||
1. 下载并安装 [.Net 6.0](https://dotnet.microsoft.com/en-us/download) 。
|
1. 下载并安装 [.Net 6.0](https://dotnet.microsoft.com/en-us/download) 。
|
||||||
2. 在 VSCode 的插件市场中搜索 `c#` ,安装 c# 。
|
2. 在 VSCode 的插件市场中搜索 `C# Dev Kit` ,安装 C# Dev Kit ([配置教程](https://code.visualstudio.com/docs/csharp/get-started))。
|
||||||
|
3. 也可使用 Visual Studio([安装教程](https://learn.microsoft.com/zh-cn/visualstudio/install/install-visual-studio?view=vs-2022))。
|
||||||
|
|
||||||
## Swift 环境
|
## Swift 环境
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue