Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Apr 19, 2021
1 parent b4f9456 commit 86605ce
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,19 @@ wget https://github.com/JBZoo/Composer-Diff/releases/download/<VERSION>/composer
```bash
composer update
# don't commit yet!
php ./vendor/bin/composer-diff # or just `composer-diff` if installed globally

# if it's installed via composer
php ./vendor/bin/composer-diff

# OR (if installed globally)
composer-diff

# OR (if you downloaded phar file)
php composer-diff.phar
```


## Help Description
```
./vendor/bin/composer-diff --help
Expand Down Expand Up @@ -173,14 +183,14 @@ Rendered in your readme or PR/MR description:
* [ ] Supporting Drupal repos. [For example](https://git.drupalcode.org/project/fast_404).
* [ ] Add action in the composer via API like `composer lock-diff`.
* [ ] Fixes [the same issue](https://github.com/davidrjonas/composer-lock-diff/issues/26) with complex/custom name of tag.
* [ ] Auto detecting alias name of branch.
* [ ] No warp links for markdown format.
* [ ] Auto-detecting alias name of branch.
* [ ] No warp links for Markdown format.
* [ ] (?) Support MS Windows...


## Unit tests and check code style
```sh
make update
make build
make test-all
```

Expand Down

0 comments on commit 86605ce

Please sign in to comment.