Skip to content

Commit eec73fe

Browse files
committed
Update CONTRIBUTING.md
1 parent 0ef44e2 commit eec73fe

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

Diff for: CONTRIBUTING.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
## Building the Binary
1+
# Contributing
22

3-
- Ensure `composer.json` version is correct
4-
- `./php-parser compile-binary`
5-
- Commit and push
3+
## Installation
4+
5+
```
6+
git clone https://github.com/laravel/vs-code-php-parser-cli.git
7+
cd vs-code-php-parser-cli
8+
composer install
9+
```
10+
11+
To see available commands:
12+
13+
`./php-parser`

0 commit comments

Comments
 (0)