Skip to content

Commit eeff5c0

Browse files
committed
Update README.md
1 parent 6ce4a7a commit eeff5c0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,10 @@ to get reference materials about the "generate:page" command, run:
8080
civix generate:page --help
8181
```
8282

83-
### Build
83+
### Development: Custom Build
8484

85-
To build a new copy of `civix.phar` from source, you must have [`git`](https://git-scm.com), [`composer`](https://getcomposer.org/), and
85+
If you are developing new changes to `civix` and want to create custom build of
86+
`civix.phar` from source, you must have [`git`](https://git-scm.com), [`composer`](https://getcomposer.org/), and
8687
[`box`](http://box-project.github.io/box2/) installed. Then run:
8788

8889
```
@@ -96,7 +97,7 @@ $ which box
9697
$ php -dphar.readonly=0 /usr/local/bin/box build
9798
```
9899

99-
### Test
100+
### Development: Testing
100101

101102
There isn't a proper test-suite, but the script `tests/make-example.sh` will
102103
run all the code-generators (with a given build/version of CiviCRM). It's

0 commit comments

Comments
 (0)