Skip to content

Commit

Permalink
Fixed README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Aug 30, 2021
1 parent d85cd85 commit 9346ac2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ CLI usage

You can run a standalone version of JoliTypo by downloading [the PHAR version](https://github.com/jolicode/JoliTypo/releases/latest)

Run `jolitypo.phar --help` to know how to configure the Fixer.
Run `jolitypo --help` to know how to configure the Fixer.

Installation
============
Expand Down Expand Up @@ -255,13 +255,6 @@ Add your own Fixer / Contribute a Fixer
- Implement `JoliTypo\FixerInterface`;
- Send your Pull request.

Build the PHAR version
======================

Install [Box](https://github.com/box-project/box) and its dependencies with `composer bin box require—dev humbug/box`

Then, run `composer run compile`

### Contribution guidelines

- You MUST write code in english;
Expand Down
8 changes: 8 additions & 0 deletions tools/phar/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# JoliTypo PHAR building

## Usage

```bash
composer install
vendor/bin/box compile
```

0 comments on commit 9346ac2

Please sign in to comment.