Skip to content

Commit dc68304

Browse files
Fix instruction installation template README.md. (#4)
1 parent 271bf11 commit dc68304

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The package is a console application that can be used to perform common tasks in
2525
The package could be installed with composer:
2626

2727
```shell
28-
composer require yiisoft/app-console --prefer-dist
28+
composer create-project --prefer-dist --stability=dev yiisoft/app-console <your project>
2929
```
3030

3131
## General usage

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yiisoft/app-console",
3-
"type": "library",
3+
"type": "project",
44
"description": "Template for console application",
55
"keywords": [
66
"yii",

0 commit comments

Comments
 (0)