Skip to content

Commit bedd639

Browse files
committed
Update README.md
1 parent 633e5b8 commit bedd639

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# vfox-php
2+
23
[PHP](https://www.php.net/) plugin for [vfox](https://vfox.lhan.me/).
34

45
## Usage
@@ -9,13 +10,13 @@ vfox add php
910

1011
# install an available version
1112
vofx search php
12-
# or specific version
13+
# or specific version
1314
vfox install php@8.3.3
1415
```
1516

16-
1717
## Prerequirements
1818

19+
PHP installation requires some dependencies. Please install the dependencies based on the error messages, or refer to [.github/workflows/test-\*.yaml](https://github.com/version-fox/vfox-php/tree/main/.github/workflows) for guidance.
1920

2021
### macOS
2122

@@ -32,4 +33,3 @@ brew install gmp libsodium imagemagick
3233
```
3334

3435
Note that the supported extension are not exhaustive, so you may need edit the [bin/install](./bin/install) script to support additional extension. Feel free to submit a PR for any missing extensions.
35-

metadata.lua

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ NOTE:
3636
PLUGIN.manifestUrl = "https://github.com/version-fox/vfox-php/releases/download/manifest/manifest.json"
3737
-- Some things that need user to be attention!
3838
PLUGIN.notes = {
39-
"For macOS user:",
40-
"You'll need a set of packages installed via homebrew:",
41-
"",
42-
"brew install autoconf automake bison freetype gd gettext icu4c krb5 libedit libiconv libjpeg libpng libxml2 libzip pkg-config re2c zlib",
43-
"",
44-
"There's also a set of optional packages which enable additional extensions to be enabled.",
39+
"For macOS and Linux user:",
40+
"PHP installation requires some dependencies.",
4541
"For more detailed, please refer to https://github.com/version-fox/vfox-php/blob/main/README.md"
4642
}

0 commit comments

Comments
 (0)