Skip to content

Commit

Permalink
Installation instructions for clients added
Browse files Browse the repository at this point in the history
  • Loading branch information
vovayatsyuk committed Oct 2, 2019
1 parent 0d3c0af commit ca9d7d3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Absolute Theme

## Installation

### For clients

There are several ways to install extension for clients:

1. If you've bought the product at Magento's Marketplace - use
[Marketplace installation instructions](https://docs.magento.com/marketplace/user_guide/buyers/install-extension.html)
2. Otherwise, you have two options:
- Install the sources directly from [our repository](https://docs.swissuplabs.com/m2/themes/absolute/installation/composer/) - **recommended**
- Download archive and use [manual installation](https://docs.swissuplabs.com/m2/themes/absolute/installation/manual/)

### For developers

Use this approach if you have access to our private repositories!

```bash
composer config repositories.swissup composer https://docs.swissuplabs.com/packages/
composer require swissup/theme-frontend-absolute:dev-master --prefer-source
```

0 comments on commit ca9d7d3

Please sign in to comment.