Skip to content

Commit

Permalink
update readme installation as no longer part of rector/rector (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik authored Nov 22, 2024
1 parent c389a27 commit 0cfdb1c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ See available [PHPParser rules](/docs/rector_rules_overview.md)

## Install

This package is already part of [rector/rector](http://github.com/rectorphp/rector) package, so it works out of the box.

All you need to do is install the main package, and you're good to go:
You can install this package with composer:

```bash
composer require rector/rector --dev
composer require rector/rector-php-parser:dev-main --dev
```

## Use Sets
Expand Down

0 comments on commit 0cfdb1c

Please sign in to comment.