Skip to content

Commit ffb7060

Browse files
committed
docs: add Windows installation instructions to all READMEs
- What: Added Windows quick install section with direct download link to zip file - What: Updated README.md, README.zh-TW.md, README.zh-CN.md, README.ja.md - Why: Windows users can now easily find and download the pre-built executable Tests: N/A (documentation only).
1 parent 83e9cbb commit ffb7060

4 files changed

Lines changed: 12 additions & 16 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@
2020
curl -fsSL https://raw.githubusercontent.com/DennySORA/httpulse/main/install.sh | bash
2121
```
2222

23-
**Or with wget:**
24-
```bash
25-
wget -qO- https://raw.githubusercontent.com/DennySORA/httpulse/main/install.sh | bash
26-
```
23+
**Windows:**
24+
25+
Download [`httpulse-x86_64-pc-windows-msvc.zip`](https://github.com/DennySORA/httpulse/releases/latest/download/httpulse-x86_64-pc-windows-msvc.zip), extract, and run `httpulse.exe`.
2726

2827
See [Installation](#installation) for more options.
2928

docs/README.ja.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@
2020
curl -fsSL https://raw.githubusercontent.com/DennySORA/httpulse/main/install.sh | bash
2121
```
2222

23-
**wget を使用:**
24-
```bash
25-
wget -qO- https://raw.githubusercontent.com/DennySORA/httpulse/main/install.sh | bash
26-
```
23+
**Windows:**
24+
25+
[`httpulse-x86_64-pc-windows-msvc.zip`](https://github.com/DennySORA/httpulse/releases/latest/download/httpulse-x86_64-pc-windows-msvc.zip) をダウンロードし、解凍して `httpulse.exe` を実行してください。
2726

2827
詳細は [インストール](#インストール) セクションを参照してください。
2928

docs/README.zh-CN.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@
2020
curl -fsSL https://raw.githubusercontent.com/DennySORA/httpulse/main/install.sh | bash
2121
```
2222

23-
**使用 wget:**
24-
```bash
25-
wget -qO- https://raw.githubusercontent.com/DennySORA/httpulse/main/install.sh | bash
26-
```
23+
**Windows:**
24+
25+
下载 [`httpulse-x86_64-pc-windows-msvc.zip`](https://github.com/DennySORA/httpulse/releases/latest/download/httpulse-x86_64-pc-windows-msvc.zip),解压后运行 `httpulse.exe`
2726

2827
详见 [安装](#安装) 章节。
2928

docs/README.zh-TW.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@
2020
curl -fsSL https://raw.githubusercontent.com/DennySORA/httpulse/main/install.sh | bash
2121
```
2222

23-
**使用 wget:**
24-
```bash
25-
wget -qO- https://raw.githubusercontent.com/DennySORA/httpulse/main/install.sh | bash
26-
```
23+
**Windows:**
24+
25+
下載 [`httpulse-x86_64-pc-windows-msvc.zip`](https://github.com/DennySORA/httpulse/releases/latest/download/httpulse-x86_64-pc-windows-msvc.zip),解壓縮後執行 `httpulse.exe`
2726

2827
詳見 [安裝](#安裝) 章節。
2928

0 commit comments

Comments
 (0)