From 34ff65530821c917acd2f2113e1da2e77314be86 Mon Sep 17 00:00:00 2001 From: Rai Talha Rehman Date: Wed, 17 Apr 2019 11:45:17 +0500 Subject: [PATCH] README.md updated improve readme --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 71bea88..dee1caa 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,19 @@ -# system-config +# System-Config Create system config in magento 2 -Installation process- +Installation process: -You can upload zip file on magento directory app\code and extract this zip folder +You can upload zip file on magento directory `app\code` and extract this zip folder -Module path like this app\code\Megha\System\... - -Then run below commands- +Module path like this `app\code\Megha\System\...` +Then run below commands: +``` php bin/magento setup:upgrade - +``` +``` php bin/magetno setup:static-content:deploy - +``` +``` php bin/magento cache:flush +```