From c8b436ca5631d7b2037163c3451ee7399e2cc962 Mon Sep 17 00:00:00 2001 From: Jerome Thayananthajothy Date: Tue, 4 Feb 2025 23:43:00 +0530 Subject: [PATCH] Update installation commands in README to remove 'bin' directory reference --- README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index e83339b..d0793b5 100644 --- a/README.MD +++ b/README.MD @@ -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`):