From 63b8073693bdbe5bcea2c76e2ef526f47a39ef23 Mon Sep 17 00:00:00 2001 From: A012pyshjs210 Date: Fri, 26 Dec 2025 03:27:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=AD=A3Command=20Prompt=E7=9A=84?= =?UTF-8?q?=E8=AF=91=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- book/01-introduction/sections/command-line.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/01-introduction/sections/command-line.asc b/book/01-introduction/sections/command-line.asc index 05c7a4cb..26762ae1 100644 --- a/book/01-introduction/sections/command-line.asc +++ b/book/01-introduction/sections/command-line.asc @@ -7,5 +7,5 @@ Git 有多种使用方式。 如果你学会了在命令行下如何操作,那么你在操作 GUI 软件时应该也不会遇到什么困难,但是,反之则不成立。 此外,由于每个人的想法与侧重点不同,不同的人常常会安装不同的 GUI 软件,但 _所有_ 人一定会有命令行工具。 -假如你是 macOS 用户,我们希望你懂得如何使用终端(Terminal);假如你是 Windows 用户,我们希望你懂得如何使用命令窗口(Command Prompt)或 PowerShell。 +假如你是 macOS 用户,我们希望你懂得如何使用终端(Terminal);假如你是 Windows 用户,我们希望你懂得如何使用命令提示符(Command Prompt)或 PowerShell。 如果你尚未掌握以上技能,我们建议你先停下来快速学习一下,本书中的讲述和举例将用到这些技能。