From 9b046c4f129639d0ef564fe6d72ca7ddb042b09c Mon Sep 17 00:00:00 2001 From: "Hossain Mohd. Faysal" Date: Thu, 16 Sep 2021 17:04:01 +0600 Subject: [PATCH] Update README.md Added composer install command --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d45cdb85d..1115b2fc9 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ where a phalcon project resides. ```bash cd phalcon-devtools +composer install ln -s $(pwd)/phalcon /usr/bin/phalcon chmod ugo+x /usr/bin/phalcon ```