File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ slug: ./
10
10
- [ Git 开发实例] ( git_instance.md )
11
11
- [ 操作系统] ( os.mdx )
12
12
- [ Linux & Shell] ( linux&shell.mdx )
13
+ - [ WSL 安装与使用] ( wsl.md )
13
14
- [ 文档:需求文档、设计文档、产品文档] ( document.md )
14
15
- [ 测试:单元测试、测试驱动的开发(TDD)] ( tdd.md )
15
16
- [ 软件开发过程:软件过程、敏捷开发、DevOps] ( process_management.md )
Original file line number Diff line number Diff line change 1
1
---
2
- title : WSL 安装与使用教程
2
+ title : WSL 安装与使用
3
3
sidebar_label : WSL
4
4
---
5
5
@@ -19,7 +19,7 @@ sidebar_label: WSL
19
19
20
20
### 第一步:检查 Windows 版本
21
21
22
- WSL 需要 *** Windows 10 1709 专业版** 或者 ** Windows 10 1803 及以上的家庭版** ,WSL 2 需要 ** Windows 10 1903** (内部版本 18362)或更高版本(x64)。如果版本较低,请更新 Windows 10 系统。本教程采用 Windows 10 21H1 家庭版(内部版本 19043.1083)和 Windows 11 21H2 家庭版(内部版本 22000.856)。
22
+ WSL 需要 ** Windows 10 1709 专业版** 或者 ** Windows 10 1803 及以上的家庭版** ,WSL 2 需要 ** Windows 10 1903** (内部版本 18362)或更高版本(x64)。如果版本较低,请更新 Windows 10 系统。本教程采用 Windows 10 21H1 家庭版(内部版本 19043.1083)和 Windows 11 21H2 家庭版(内部版本 22000.856)。
23
23
24
24
查看方法:按键 ` Win+Q ` (` Win ` 即 Windows 徽标键),搜索“设置”:
25
25
You can’t perform that action at this time.
0 commit comments