Skip to content

Commit e323c73

Browse files
authored
Update README.md
1 parent 862af7a commit e323c73

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,9 @@ Use this project as a starter for your [modular][modularity] WordPress plugin!
3939
#### Getting Started
4040
Use Composer to bootstrap your project.
4141

42-
1. Clone and install deps:
42+
1. Use this template
4343

44-
```bash
45-
composer create-project wp-oop/plugin-boilerplate my_plugin --stability=dev
46-
```
47-
48-
Here, `my_plugin` is the name of the project folder. Should correspond
49-
to the slug of your plugin.
44+
This Github repository is a [template][template-repo]. [Use it][use-template-repo] to create a project of your own from.
5045

5146
2. Customize project
5247

@@ -337,3 +332,5 @@ provide assistance during coding.
337332
[WI-54242]: https://youtrack.jetbrains.com/issue/WI-54242
338333
[phpstorm-psalm]: https://www.jetbrains.com/help/phpstorm/using-psalm.html
339334
[phpstorm-phpcs]: https://www.jetbrains.com/help/phpstorm/using-php-code-sniffer.html
335+
[template-repo]: https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository
336+
[use-template-repo]: https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template

0 commit comments

Comments
 (0)