Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ This is not needed for contributing, but it's useful if you would like to debug
issue in the docs or if you want to read MakerBundles Documentation offline.

```bash
$ cd _docs_build/
cd _docs_build/

$ composer install
composer install

$ php build.php
php build.php
```

After generating docs, serve them with the internal PHP server:

```bash
$ php -S localhost:8000 -t output/
php -S localhost:8000 -t output/
```

Browse `http://localhost:8000` to read the docs.
Loading