Skip to content

Commit

Permalink
remove $ so cut-and-paste works
Browse files Browse the repository at this point in the history
  • Loading branch information
tacman authored Dec 17, 2024
1 parent 0624f13 commit 00f607e
Showing 1 changed file with 4 additions and 4 deletions.
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.

0 comments on commit 00f607e

Please sign in to comment.