Skip to content

Commit 4f024f8

Browse files
committed
Update README
1 parent ea3d81f commit 4f024f8

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
# Loki_Theme module
2-
**Helper module for the Magento 2 [Loki/base](https://github.com/LokiExtensions/loki-base-theme)**
1+
# `Loki_Theme` module
2+
**Helper module for the Magento 2 [Loki/base](https://github.com/LokiExtensions/loki-base-theme). This module removes
3+
legacy Luma JavaScript and adds JS components or Alpine.js components where needed**
34

45
## Installation
56
```bash
6-
mkdir -p app/code/Loki
7-
cd app/code/Loki
8-
git clone git@github.com:LokiExtensions/Loki_Theme.git Theme
9-
cd -
7+
composer require loki/magento2-theme
108
bin/magento module:enable Loki_Theme
119
```
1210

13-
14-
Make sure to install and enable the [Loki/base](https://github.com/LokiExtensions/loki-base-theme) theme as well.
11+
Make sure to carefully read the docs at [https://loki-extensions.com/docs/theme](https://loki-extensions.com/docs/theme)

0 commit comments

Comments
 (0)