Skip to content

Commit 00f607e

Browse files
authored
remove $ so cut-and-paste works
1 parent 0624f13 commit 00f607e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ This is not needed for contributing, but it's useful if you would like to debug
3535
issue in the docs or if you want to read MakerBundles Documentation offline.
3636

3737
```bash
38-
$ cd _docs_build/
38+
cd _docs_build/
3939

40-
$ composer install
40+
composer install
4141

42-
$ php build.php
42+
php build.php
4343
```
4444

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

4747
```bash
48-
$ php -S localhost:8000 -t output/
48+
php -S localhost:8000 -t output/
4949
```
5050

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

0 commit comments

Comments
 (0)