Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit df8342e

Browse files
committed
correct ci on windows docs
1 parent 9cf2d48 commit df8342e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/en/guide/build-on-windows.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ so the build process on Windows will be slightly different from that of Unix sys
77
## GitHub Actions Build
88

99
Building the Windows version of static-php from Actions is now supported.
10-
Like Linux and macOS, you can enter the [Extension List](./extensions) to select the extension to be compiled, and then visit [CI on Windows](https://github.com/crazywhalecc/static-php-cli/actions/workflows/build-windows-x86_64.yml) and select the PHP version,
11-
fill in the extension list (comma separated), and click Run.
10+
Like Linux and macOS, you need to Fork the static-php-cli repository to your GitHub account first,
11+
then you can enter [Extension List](./extensions) to select the extension to be compiled,
12+
and then go to your own `CI on Windows` select the PHP version, fill in the extension list (comma separated), and click Run.
1213

1314
If you're going to develop or build locally, please read on.
1415

docs/zh/guide/build-on-windows.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## GitHub Actions 构建
66

77
现在已支持从 Actions 构建 Windows 版本的 static-php 了。
8-
和 Linux、macOS 一样,你可以进入 [扩展列表](./extensions) 选择要编译的扩展,然后 [CI on Windows](https://github.com/crazywhalecc/static-php-cli/actions/workflows/build-windows-x86_64.yml) 选择 PHP 版本、填入扩展列表(逗号分割),点击 Run 即可。
8+
和 Linux、macOS 一样,你需要先 Fork static-php-cli 仓库到你的 GitHub 账户中,然后你可以进入 [扩展列表](./extensions) 选择要编译的扩展,然后进入自己仓库的 `CI on Windows` 选择 PHP 版本、填入扩展列表(逗号分割),点击 Run 即可。
99

1010
如果你要在本地开发或构建,请继续向下阅读。
1111

0 commit comments

Comments
 (0)