Skip to content

Commit

Permalink
Update installation commands in README to remove 'bin' directory refe…
Browse files Browse the repository at this point in the history
…rence
  • Loading branch information
Thavarshan committed Feb 4, 2025
1 parent 96ed6d5 commit c8b436c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ PHP 8.1.13
To **install** or **update** phpvm, run one of the following commands:

```sh
curl -o- https://raw.githubusercontent.com/Thavarshan/phpvm/main/bin/install.sh | bash
curl -o- https://raw.githubusercontent.com/Thavarshan/phpvm/main/install.sh | bash
```

```sh
wget -qO- https://raw.githubusercontent.com/Thavarshan/phpvm/main/bin/install.sh | bash
wget -qO- https://raw.githubusercontent.com/Thavarshan/phpvm/main/install.sh | bash
```

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

0 comments on commit c8b436c

Please sign in to comment.