From 8ac6caf25c13120543be0d51090a504973caa159 Mon Sep 17 00:00:00 2001 From: Rafael Cunha Date: Wed, 19 Jul 2017 08:20:58 -0300 Subject: [PATCH] Readme added --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8426de9 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Google Shooping Feed for Magento 2 + +__Installation__ + + 1. Create the directory (if it does not exist) that will hold the module contents + `$ mkdir -p Magefox/GoogleShopping` on app/code directory + + 2. Upload files to Magefox/GoogleShopping files + + 3. Execute Magento setup upgrade + + $ bin/magento setup:upgrade + + 4. Clean cache and generated code + + $ bin/magento cache:clean + + +Login to Magento Admin and fill out info on Store > Configuration > Magento Fox > Google Shooping + +To access the feed : www.website.com/magefoxgoogleshopping/ + \ No newline at end of file