File tree Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -88,29 +88,20 @@ SVG folder icons are fully stable and production-ready.
8888
8989## Installation
9090
91- ### Via Composer (Development)
92-
93- Until published on Packagist, install directly from the repository:
91+ ### Via Composer
9492
9593``` bash
9694cd /path/to/project
97- composer config repositories.icon-manager vcs https://github.com/LindemannRock/craft-icon-manager
98- composer require lindemannrock/icon-manager:dev-main
99- ```
100-
101- Then install the plugin:
102- ``` bash
95+ composer require lindemannrock/craft-icon-manager
10396./craft plugin/install icon-manager
10497```
10598
106- ### Via Composer (Production - Coming Soon)
107-
108- Once published on Packagist:
99+ ### Using DDEV
109100
110101``` bash
111102cd /path/to/project
112- composer require lindemannrock/icon-manager
113- ./ craft plugin/install icon-manager
103+ ddev composer require lindemannrock/craft- icon-manager
104+ ddev craft plugin/install icon-manager
114105```
115106
116107### Via Control Panel
You can’t perform that action at this time.
0 commit comments