Skip to content

Commit aea61a1

Browse files
committed
fix: update installation instructions for Composer and DDEV
1 parent 1e774e6 commit aea61a1

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

README.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff 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
9694
cd /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
111102
cd /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

0 commit comments

Comments
 (0)