Skip to content

Commit ff3ce92

Browse files
committed
📝 fix README for the future work
1 parent 4b2b0aa commit ff3ce92

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PHP-UP - Fast and Simple PHP version manager
1+
# PHP-UP - Cross-Platform PHP version manager
22

33
:zap: PHP version manager written in rust
44

@@ -9,16 +9,16 @@
99
## Features
1010

1111
- No requirements for system PHP installation
12-
- Cross-platform support (macOS, Linux)
12+
- Cross-platform support (Linux, macOS, Windows[WIP])
1313
- Automatically version switching via `.php-version`
1414

1515
## Installation
1616

1717
### Requirements
1818

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
2222

2323
### Manually
2424

@@ -41,8 +41,8 @@ Add the following to your `.bashrc` or `.zshrc`
4141
eval "$(phpup init --auto --recursive)"
4242
```
4343

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.
4646
- For more options, run `phpup init --help`.
4747

4848
## Usage

0 commit comments

Comments
 (0)