Skip to content

Commit f3fb783

Browse files
committed
docs: add wsl tutorial to the list of tools
1 parent 65cae83 commit f3fb783

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/tools/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ slug: ./
1010
- [Git 开发实例](git_instance.md)
1111
- [操作系统](os.mdx)
1212
- [Linux & Shell](linux&shell.mdx)
13+
- [WSL 安装与使用](wsl.md)
1314
- [文档:需求文档、设计文档、产品文档](document.md)
1415
- [测试:单元测试、测试驱动的开发(TDD)](tdd.md)
1516
- [软件开发过程:软件过程、敏捷开发、DevOps](process_management.md)

docs/tools/wsl.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: WSL 安装与使用教程
2+
title: WSL 安装与使用
33
sidebar_label: WSL
44
---
55

@@ -19,7 +19,7 @@ sidebar_label: WSL
1919

2020
### 第一步:检查 Windows 版本
2121

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)。
2323

2424
查看方法:按键 `Win+Q``Win` 即 Windows 徽标键),搜索“设置”:
2525

0 commit comments

Comments
 (0)