Skip to content

Commit

Permalink
documentating the prerequisites for the documentation generation
Browse files Browse the repository at this point in the history
  • Loading branch information
philiplb committed Jan 14, 2020
1 parent fb79469 commit fa9d600
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ Valdi uses [Semantic Versioning](https://semver.org/).

## How to Generate the Documentation

Upfront, install Sphinx and the PHP extension:

```bash
pip install Sphinx
pip install tk.phpautodoc
```

Clone `https://github.com/avalanche123/doxphp` somewhere once and then execute:

```bash
Expand Down

0 comments on commit fa9d600

Please sign in to comment.