Skip to content

Commit

Permalink
feat: add doc generation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjanrak committed Dec 12, 2022
1 parent c5eaa09 commit 35b2563
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,15 @@ Refer to the [PHP client documentation](https://kite.trade/docs/phpkiteconnect/v
phpunit tests/KiteConnectTest.php
```

## Generate documentation

```
$ apt-get install wget
$ wget https://phpdoc.org/phpDocumentor.phar
$ chmod +x phpDocumentor.phar
$ ./phpDocumentor.phar run -d ./src/ -t ./doc/
```

## Changelog

[Check CHANGELOG.md](CHANGELOG.md)

0 comments on commit 35b2563

Please sign in to comment.