Skip to content

Commit 7733e93

Browse files
committed
docs: update installation instructions in README.md for clarity
1 parent cf4341b commit 7733e93

File tree

1 file changed

+27
-6
lines changed

1 file changed

+27
-6
lines changed

README.md

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)