From 5187bbf6305e1677d3a6eb41389fe2ec7df9fd9e Mon Sep 17 00:00:00 2001 From: Remigijus Kiminas Date: Sun, 15 Dec 2024 07:46:12 +0200 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 93efb848b..3cf749294 100644 --- a/README.md +++ b/README.md @@ -15,16 +15,23 @@ It's an open-source powered application that brings simplicity and usability int ## Quick install guide -If you clone git repository you have to install composer dependencies. +### By cloning repository -''' -cd lhc_web -composer install -''' +If you clone git repository you have to install composer dependencies. Min 8.2 PHP version. -Now you can just enter in your browser 'lhc_web/index.php' +``` +cd lhc_web && composer install +``` -More information at documentation +Now you can just enter in your browser `lhc_web/index.php` + +### By downloading from relese section + +Navigate to https://github.com/LiveHelperChat/livehelperchat/releases and download most recent relese. + +You do not need to install composer dependencies in that scenario. + +For alternative install ways read https://doc.livehelperchat.com/docs/install ## Demo