Skip to content

Commit

Permalink
Merge pull request #28 from ranjanrak/doc
Browse files Browse the repository at this point in the history
feat: add doc generation steps in the readme
  • Loading branch information
ranjanrak authored Dec 12, 2022
2 parents c5eaa09 + 35b2563 commit a79a336
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 a79a336

Please sign in to comment.