From 5502ceafc944efef2354b347121414b693547b3b Mon Sep 17 00:00:00 2001 From: Stefan Poensgen Date: Wed, 12 Oct 2022 13:04:44 +0200 Subject: [PATCH] feat: update README.md --- README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0a926af..9eec91a 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,22 @@ -![Release](https://github.com/stefanpoensgen/SptecLazyload/workflows/Release/badge.svg) # SptecLazyLoad Simple integration of [lazysizes](https://github.com/aFarkas/lazysizes) into Shopware 6. -## Installation -* Checkout plugin in `/custom/plugins/SptecLazyLoad` -* Install the plugin with the plugin manager +Installation +==== -## Contributing +### Zip Installation package for the Shopware Plugin Manager +* Download the latest plugin version +* Upload and install plugin using Plugin Manager -Feel free to fork and send pull requests! +### Install with composer +* Change to your root Installation of shopware +* Run command `composer require sptec/lazyload` and install and active plugin with Plugin Manager -## Licence +Contributing +----- +Feel free to fork and send [pull requests](https://github.com/stefanpoensgen/SptecOrderComments)! -This project uses the [MIT License](LICENCE.md). +Licence +----- +This project uses the [MIT License](LICENSE.md).