From f68dfab71543027033db14a513b3125b93f65612 Mon Sep 17 00:00:00 2001 From: Dan Date: Sat, 6 Mar 2021 17:06:34 +0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a58c25..35e86ab 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,10 @@ HTMLy requires PHP 5.3 or greater, PHP-XML package, and PHP-ZIP package for back Installations ------------- 1. Download the latest version from the [Github repo](https://github.com/danpros/htmly/releases/latest) - 2. Upload and extract the zip file in your web server. You can upload it in the root directory, or in subdirectory such as `htmly`. + 2. Upload and extract the zip file to your web server. You can upload it in the root directory, or in subdirectory such as `htmly`. 3. Visit your domain. If you extract it in root directory visit `https://www.example.com/install.php` and if in subdirectory visit `https://www.example.com/htmly/install.php`. 4. Follow the installer to install HTMLy. - 5. The installer will try to delete itself. Please delete the installer manually if the `install.php` stil exist. + 5. The installer will try to delete itself. Please delete the installer manually if the `install.php` still exist. Configurations --------------