From fdefe15cb167c9fdd616c2f57358ea99699c4870 Mon Sep 17 00:00:00 2001 From: Sudhanshu Bajaj Date: Wed, 24 Apr 2019 14:18:32 +0800 Subject: [PATCH] Update Readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2e0f7f8..cdc6c3a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ This module for Magento 2 ‘Store Pickup’ shipping method that is used to pro Download the source code and extract to app/code/Bajaj folder. +OR + +Run the composer require command. + +`composer require bajaj/store-pickup` + `php bin/magento module:enable Bajaj_StorePickup` `php bin/magento setup:upgrade`