You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# PHP-UP - Fast and Simple PHP version manager
1
+
# PHP-UP - Cross-Platform PHP version manager
2
2
3
3
:zap: PHP version manager written in rust
4
4
@@ -9,16 +9,16 @@
9
9
## Features
10
10
11
11
- No requirements for system PHP installation
12
-
- Cross-platform support (macOS, Linux)
12
+
- Cross-platform support (Linux, macOS, Windows[WIP])
13
13
- Automatically version switching via `.php-version`
14
14
15
15
## Installation
16
16
17
17
### Requirements
18
18
19
-
- OS: Unix-like (Linux, macOS, BSD)
20
-
- shell: bash, zsh
21
-
-`curl`/`ps`instalation
19
+
- OS: Linux, macOS, Windows[WIP]
20
+
- shell: bash, zsh, fish[WIP], powershell[WIP]
21
+
-`curl`/`ps`installation
22
22
23
23
### Manually
24
24
@@ -41,8 +41,8 @@ Add the following to your `.bashrc` or `.zshrc`
41
41
eval"$(phpup init --auto --recursive)"
42
42
```
43
43
44
-
- To automatically run `phpup use` when a directory contains a `.php-version` file, add the `--auto`(long: `--auto-switch`) option.
45
-
- To search recursively for a `.php-version` file in a parent directory when running `phpup use` automatically, add the `--recursive`(long: `--recursive-version-file`) option.
44
+
- To automatically run `phpup use` when a directory contains a `.php-version` file, add the `--auto`(long: `--auto-switch`) option.
45
+
- To search recursively for a `.php-version` file in a parent directory when running `phpup use` automatically, add the `--recursive`(long: `--recursive-version-file`) option.
0 commit comments