From 07a91c26877bee1747592fd2bfdab7c1c4af427e Mon Sep 17 00:00:00 2001 From: JGZYES Date: Sat, 5 Sep 2026 13:08:31 +0800 Subject: [PATCH] =?UTF-8?q?web:=20install.md=20=E2=80=94=20move=20the=20'a?= =?UTF-8?q?dd=20pmm.exe=20to=20PATH'=20note=20out=20of=20the=20code=20bloc?= =?UTF-8?q?k?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was inside the PowerShell code fence, so the Chinese line (with a backslash in pmm\pmm.exe) rendered as code text. Move it outside as a quoted note ( --- web/docs/md/install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/docs/md/install.md b/web/docs/md/install.md index 0b2b79c..0e387cf 100644 --- a/web/docs/md/install.md +++ b/web/docs/md/install.md @@ -16,9 +16,10 @@ curl -sSL https://pmm.parlz.com/download/install.sh | bash # PowerShell Invoke-WebRequest https://pmm.parlz.com/download/pmm-0.3.6-windows-amd64.zip -OutFile pmm.zip Expand-Archive pmm.zip -DestinationPath pmm -# 然后将 pmm\pmm.exe 所在目录加入 PATH ``` +> 然后将 `pmm\pmm.exe` 所在目录加入 PATH。 + ## Debian / Ubuntu(.deb) ```bash