Skip to content

Commit

Permalink
Stable
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge authored Aug 16, 2021
1 parent 9db90c5 commit fcd57ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@ The Console package provides the infrastructure for building command line applic

## Installation via Composer

Add `"joomla/console": "~2.0@rc"` to the require block in your composer.json and then run `composer install`.
Add `"joomla/console": "~2.0"` to the require block in your composer.json and then run `composer install`.

```json
{
"require": {
"joomla/console": "~2.0@rc"
"joomla/console": "~2.0"
}
}
```

Alternatively, you can simply run the following from the command line:

```sh
composer require joomla/console "~2.0@rc"
composer require joomla/console "~2.0"
```

If you want to include the test sources and docs, use

```sh
composer require --prefer-source joomla/console "~2.0@rc"
composer require --prefer-source joomla/console "~2.0"
```

0 comments on commit fcd57ae

Please sign in to comment.