File tree Expand file tree Collapse file tree 1 file changed +27
-6
lines changed Expand file tree Collapse file tree 1 file changed +27
-6
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,34 @@ SVG folder icons are fully stable and production-ready.
2727
2828## Installation
2929
30- 1 . Install via Composer:
31- ``` bash
32- cd /path/to/project
33- composer require lindemannrock/icon-manager
34- ```
30+ ### Via Composer (Development)
3531
36- 2 . In the Control Panel, go to Settings → Plugins and click "Install" for Icon Manager.
32+ Until published on Packagist, install directly from the repository:
33+
34+ ``` bash
35+ cd /path/to/project
36+ composer config repositories.icon-manager vcs https://github.com/LindemannRock/icon-manager
37+ composer require lindemannrock/icon-manager:dev-main
38+ ```
39+
40+ Then install the plugin:
41+ ``` bash
42+ ./craft plugin/install icon-manager
43+ ```
44+
45+ ### Via Composer (Production - Coming Soon)
46+
47+ Once published on Packagist:
48+
49+ ``` bash
50+ cd /path/to/project
51+ composer require lindemannrock/icon-manager
52+ ./craft plugin/install icon-manager
53+ ```
54+
55+ ### Via Control Panel
56+
57+ In the Control Panel, go to Settings → Plugins and click "Install" for Icon Manager.
3758
3859## Configuration
3960
You can’t perform that action at this time.
0 commit comments