Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Apr 2, 2016
1 parent 6ce4a7a commit eeff5c0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,10 @@ to get reference materials about the "generate:page" command, run:
civix generate:page --help
```

### Build
### Development: Custom Build

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

```
Expand All @@ -96,7 +97,7 @@ $ which box
$ php -dphar.readonly=0 /usr/local/bin/box build
```

### Test
### Development: Testing

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

0 comments on commit eeff5c0

Please sign in to comment.