Skip to content

Commit c8b436c

Browse files
committed
Update installation commands in README to remove 'bin' directory reference
1 parent 96ed6d5 commit c8b436c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ PHP 8.1.13
3939
To **install** or **update** phpvm, run one of the following commands:
4040

4141
```sh
42-
curl -o- https://raw.githubusercontent.com/Thavarshan/phpvm/main/bin/install.sh | bash
42+
curl -o- https://raw.githubusercontent.com/Thavarshan/phpvm/main/install.sh | bash
4343
```
4444

4545
```sh
46-
wget -qO- https://raw.githubusercontent.com/Thavarshan/phpvm/main/bin/install.sh | bash
46+
wget -qO- https://raw.githubusercontent.com/Thavarshan/phpvm/main/install.sh | bash
4747
```
4848

4949
This script will download and set up `phpvm` in `~/.phpvm`, adding the following to your shell profile (`~/.bashrc`, `~/.zshrc`, or `~/.profile`):

0 commit comments

Comments
 (0)