Skip to content

Commit a79a336

Browse files
authored
Merge pull request #28 from ranjanrak/doc
feat: add doc generation steps in the readme
2 parents c5eaa09 + 35b2563 commit a79a336

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,15 @@ Refer to the [PHP client documentation](https://kite.trade/docs/phpkiteconnect/v
8383
phpunit tests/KiteConnectTest.php
8484
```
8585

86+
## Generate documentation
87+
88+
```
89+
$ apt-get install wget
90+
$ wget https://phpdoc.org/phpDocumentor.phar
91+
$ chmod +x phpDocumentor.phar
92+
$ ./phpDocumentor.phar run -d ./src/ -t ./doc/
93+
```
94+
8695
## Changelog
8796

8897
[Check CHANGELOG.md](CHANGELOG.md)

0 commit comments

Comments
 (0)